Click or drag to resize

IPofValueApplyChanges Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntax
C#
Binary ApplyChanges()

Return Value

Type: Binary
New Binary object that contains modified IPofValue.
Exceptions
ExceptionCondition
NotSupportedException If called on a non-root 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.

See Also