Documentation ¶
Index ¶
- func ArrayDecoding(unmarshaller gocoding.Unmarshaller, theType reflect.Type) gocoding.Decoder
- func ArrayEncoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func ByteSliceDecoder(scratch [64]byte, scanner gocoding.Scanner, value reflect.Value)
- func ByteSliceEncoder(scratch [64]byte, renderer gocoding.Renderer, value reflect.Value)
- func Decoding(unmarshaller gocoding.Unmarshaller, theType reflect.Type) gocoding.Decoder
- func Encodable1Encoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func Encodable2Encoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func Encoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func GTTS(theType reflect.Type) string
- func GVTS(value reflect.Value) string
- func InterfaceDecoding(unmarshaller gocoding.Unmarshaller, theType reflect.Type) gocoding.Decoder
- func InterfaceEncoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func MapDecoding(unmarshaller gocoding.Unmarshaller, theType reflect.Type) gocoding.Decoder
- func MapEncoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func PtrDecoding(unmarshaller gocoding.Unmarshaller, theType reflect.Type) gocoding.Decoder
- func PtrEncoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func SliceDecoding(unmarshaller gocoding.Unmarshaller, theType reflect.Type) gocoding.Decoder
- func SliceEncoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func StructDecoding(unmarshaller gocoding.Unmarshaller, theType reflect.Type) gocoding.Decoder
- func StructEncoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayDecoding ¶
func ArrayEncoding ¶
func ByteSliceDecoder ¶
func ByteSliceEncoder ¶
func Encodable1Encoding ¶
func Encodable2Encoding ¶
func InterfaceDecoding ¶
func InterfaceEncoding ¶
func MapDecoding ¶
func MapEncoding ¶
func PtrDecoding ¶
func PtrEncoding ¶
func SliceDecoding ¶
func SliceEncoding ¶
func StructDecoding ¶
func StructEncoding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.