Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Marshal = func(obj interface{}) ([]byte, error) { return JsonMarshal(obj) }
Marshal invokes the default serializer
View Source
var Unmarshal = func(data []byte, obj interface{}) error { return JsonUnmarshal(data, obj) }
Unmarshal invokes the defaul deserializer
Functions ¶
func JsonMarshal ¶
func JsonUnmarshal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.