Documentation ¶
Index ¶
- Variables
- func Register(m Marshaler) error
- type Marshaler
- type NativeMarshaler
- type Node
- func (n *Node) Fetch(s string) (*Node, int, int, error)
- func (n *Node) Get(s string) (interface{}, error)
- func (n *Node) GobDecode(input []byte) error
- func (n *Node) GobEncode() ([]byte, error)
- func (n Node) List() []Value
- func (n *Node) Set(s string, val interface{}) error
- func (n Node) String() string
- type Value
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNeedPointer = errors.New("Gob encoder must be a pointer")
View Source
var ErrNotFound = errors.New("Not found")
View Source
var ErrUnknown = errors.New("Unknown type on data")
Functions ¶
Types ¶
type NativeMarshaler ¶
type NativeMarshaler interface { Marshaler Set(interface{}) }
Click to show internal directories.
Click to hide internal directories.