Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Marshal ¶
Marshal 序列化.
e.g.
var m map[interface{}]interface{} = nil fmt.Println(gobKit.Marshal(m)) // [13 127 4 1 2 255 128 0 1 16 1 16 0 0 4 255 128 0 0] <nil> var obj interface{} = nil fmt.Println(gobKit.Marshal(obj)) // [] gob: cannot encode nil value
func UnmarshalFromReader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.