Documentation ¶
Index ¶
- Constants
- func Marshal(value interface{}) ([]byte, error)
- func MarshalBool(value bool) []byte
- func MarshalMap(value interface{}) ([]byte, error)
- func MarshalNil() []byte
- func MarshalNumber(value interface{}) []byte
- func MarshalSlice(value interface{}) ([]byte, error)
- func MarshalString(value string) []byte
- func UnMarshal(data []byte) (interface{}, error)
Constants ¶
View Source
const UnserializableObjectMaxLen = int64(10 * 1024 * 1024 * 1024)
Variables ¶
This section is empty.
Functions ¶
func MarshalBool ¶
func MarshalMap ¶
func MarshalNil ¶
func MarshalNil() []byte
func MarshalNumber ¶
func MarshalNumber(value interface{}) []byte
func MarshalSlice ¶
func MarshalString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.