Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec struct {
// contains filtered or unexported fields
}
func (Codec) NewOperation ¶ added in v1.2.2
func (c Codec) NewOperation(iface interface{}) ( operation CodecOperation, e error, )
type CodecOperation ¶ added in v1.2.2
type CodecOperation struct {
// contains filtered or unexported fields
}
func (CodecOperation) Marshal ¶ added in v1.2.2
func (c CodecOperation) Marshal() (bytes []byte, e error)
func (CodecOperation) Unmarshal ¶ added in v1.2.2
func (c CodecOperation) Unmarshal(bytes []byte) (e error)
Click to show internal directories.
Click to hide internal directories.