Interface ICompactSerializable
Implementations of ICompactSerializable can add their state directly to the output stream, enabling them to bypass costly serialization.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[CLSCompliant(false)]
public interface ICompactSerializable
Remarks
Objects that implement ICompact
As per current implementation when a ICompact
Methods
Name | Description |
---|---|
Deserialize(Compact |
Load the state from the passed stream reader object. |
Serialize(Compact |
Save the state to the passed stream reader object. |