Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serializer ¶
type Serializer struct{}
Serializer implements the serialize.Serializer interface
func (*Serializer) GetName ¶
func (s *Serializer) GetName() string
GetName returns the name of the serializer.
func (*Serializer) Marshal ¶
func (s *Serializer) Marshal(v interface{}) ([]byte, error)
Marshal returns the protobuf encoding of v.
func (*Serializer) Unmarshal ¶
func (s *Serializer) Unmarshal(data []byte, v interface{}) error
Unmarshal parses the protobuf-encoded data and stores the result in the value pointed to by v.
Click to show internal directories.
Click to hide internal directories.