Documentation ¶ Index ¶ type MarshalUnmarshaler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MarshalUnmarshaler ¶ type MarshalUnmarshaler interface { Marshal(v interface{}) ([]byte, error) Unmarshal(b []byte, v interface{}) error // name of this codec Name() string } MarshalUnmarshaler represents a codec used to marshal and unmarshal entities. Source Files ¶ View all Source files unmarshaler.go Directories ¶ Show internal Expand all Path Synopsis gob json Click to show internal directories. Click to hide internal directories.