Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBinarySerializer ¶
type IBinarySerializer interface { ISerializer Serialize(Pointer) ([]byte, error) Deserialize([]byte, Pointer) error }
type ISerializer ¶
type ISerializer interface { }
type ITextSerializer ¶
type ITextSerializer interface { ISerializer Serialize(Pointer) (string, error) Deserialize(string, Pointer) error }
Click to show internal directories.
Click to hide internal directories.