Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec interface { Unmarshal(data []byte) (interface{}, error) Marshal(src interface{}) ([]byte, error) }
func NewWrapped ¶
func NewWrapped(newFN NewObjectFN, codec RawCodec) Codec
type NewObjectFN ¶
type NewObjectFN func() interface{}
Click to show internal directories.
Click to hide internal directories.