Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GobEncoder ¶
type GobEncoder struct{}
GobEncoder is a Go specific GOB Encoder implementation for EncodedConn. This encoder will use the builtin encoding/gob to Marshal and Unmarshal most types, including structs.
type JsonEncoder ¶
type JsonEncoder struct{}
type ProtoBufEncoder ¶
type ProtoBufEncoder struct{}
ProtoBufEncoder is a protobuf implementation for EncodedConn This encoder will use the builtin protobuf lib to Marshal and Unmarshal structs.
Click to show internal directories.
Click to hide internal directories.