marshaling

package
v0.0.0-...-7429fd7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2015 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MarshalUnmarshaler

type MarshalUnmarshaler interface {
	Marshaler
	Unmarshaler
}

MarshalUnmarshaler defines the marshal/unmarshal interface.

type Marshaler

type Marshaler interface {
	Marshal(interface{}) error
}

Marshaler defines the interface for marshaling.

type Unmarshaler

type Unmarshaler interface {
	Unmarshal(interface{}) error
}

Unmarshaler defines the interface for unmarshaling.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL