Documentation ¶
Index ¶
- func GetName(obj interface{}) string
- func GetNameByType(rt reflect.Type) string
- func Marshal(is ...interface{}) []byte
- func Register(i interface{}) string
- func RegisterName(name string, rt reflect.Type)
- func Unmarshal(buf []byte, is ...interface{}) int
- func UnusedUnixNanoEncodeTimeType()
- type Decoder
- type Encoder
- type GoTinySerializer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNameByType ¶
func RegisterName ¶
func UnusedUnixNanoEncodeTimeType ¶
func UnusedUnixNanoEncodeTimeType()
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func NewDecoder(is ...interface{}) *Decoder
func NewDecoderWithPtr ¶
func NewDecoderWithPtr(is ...interface{}) *Decoder
func NewDecoderWithType ¶
Click to show internal directories.
Click to hide internal directories.