IPofSerializer Interface |
Namespace: Tangosol.IO.Pof
public interface IPofSerializer
The IPofSerializer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Deserialize |
Deserialize a user type instance from a POF stream by reading its
state using the specified IPofReader object.
|
![]() | Serialize |
Serialize a user type instance to a POF stream by writing its
state using the specified IPofWriter object.
|