Interface ICustomSerializable
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 ICustomSerializable
Remarks
Objects that implement ICompact
As per current implementation when a ICompact
Methods
Name | Description |
---|---|
Deserialize |
Load the state from the passed stream reader object. |
Serialize |
Save the state to the passed stream reader object. |