Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Apply all the changes that were made to this value and return a
binary representation of the new value.
Namespace:
Tangosol.IO.Pof.ReflectionAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public virtual Binary ApplyChanges() |
Return Value
New Binary object that contains modified PofValue.Implements
IPofValue..::.ApplyChanges()()()
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 PofValue.
Exceptions
| Exception | Condition |
|---|---|
| If called on a non-root PofValue. |