Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Apply all the changes that were made to this value and return a binary representation of the new value.

Namespace: Tangosol.IO.Pof.Reflection
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
Binary ApplyChanges()

Return Value

New Binary object that contains modified IPofValue.

Remarks

Any format prefixes and/or decorations that were present in the original buffer this value orginated from will be preserved.

Note: This method can only be called on the root IPofValue.

Exceptions

ExceptionCondition
System..::..NotSupportedException If called on a non-root IPofValue.

See Also