protobuf

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrWrongValueType = errors.New("protobuf: convert on wrong type value")

ErrWrongValueType is the error used for marshal the value with protobuf encoding.

Functions

This section is empty.

Types

type Serializer

type Serializer struct{}

Serializer implements the serialize.Serializer interface

func NewSerializer

func NewSerializer() *Serializer

NewSerializer returns a new 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.

Jump to

Keyboard shortcuts

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