Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoProtobufPayload = errors.New("payload is not protobuf serializable") ErrNoProtobufDestination = errors.New("destination is not protobuf deserializable") )
Functions ¶
This section is empty.
Types ¶
type JSON ¶
type JSON struct{}
func NewJSONSerializer ¶
func NewJSONSerializer() *JSON
func (*JSON) Deserialize ¶
type ProtoJSON ¶
type ProtoJSON struct{}
func NewProtoJSONSerializer ¶
func NewProtoJSONSerializer() *ProtoJSON
func (*ProtoJSON) Deserialize ¶
type Protobuf ¶
type Protobuf struct{}
func NewProtobufSerializer ¶
func NewProtobufSerializer() *Protobuf
func (*Protobuf) Deserialize ¶
Click to show internal directories.
Click to hide internal directories.