Documentation
¶
Index ¶
- func Decoding(unmarshaller gocoding.Unmarshaller, theType reflect.Type) gocoding.Decoder
- func Encoding(marshaller gocoding.Marshaller, theType reflect.Type) gocoding.Encoder
- func ErrorState(args ...interface{}) scanState
- func ErrorStatef(format string, args ...interface{}) scanState
- func Marshal(writer io.Writer, obj interface{}) error
- func MarshalIndent(writer io.Writer, obj interface{}, prefix, indent string) error
- func NewMarshaller() gocoding.Marshaller
- func NewUnmarshaller() gocoding.Unmarshaller
- func Render(writer io.Writer) gocoding.Renderer
- func RenderIndented(writer io.Writer, prefix, tabstr string) gocoding.Renderer
- func Scan(reader gocoding.SliceableRuneReader) gocoding.Scanner
- func Unmarshal(reader gocoding.SliceableRuneReader, obj interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorState ¶
func ErrorState(args ...interface{}) scanState
func ErrorStatef ¶
func ErrorStatef(format string, args ...interface{}) scanState
func MarshalIndent ¶
func NewMarshaller ¶
func NewMarshaller() gocoding.Marshaller
func NewUnmarshaller ¶
func NewUnmarshaller() gocoding.Unmarshaller
func RenderIndented ¶
func Unmarshal ¶
func Unmarshal(reader gocoding.SliceableRuneReader, obj interface{}) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.