Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteMarshaller ¶
type ByteMarshaller struct{}
func (ByteMarshaller) Marshal ¶
func (om ByteMarshaller) Marshal(v interface{}) ([]byte, error)
func (ByteMarshaller) MarshalName ¶
func (om ByteMarshaller) MarshalName() string
func (ByteMarshaller) Unmarshal ¶
func (om ByteMarshaller) Unmarshal(data []byte, dest interface{}) error
Click to show internal directories.
Click to hide internal directories.