Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotImplementProtoMessageError = errors.New("param does not implement proto.Message")
Functions ¶
This section is empty.
Types ¶
type GobSerializer ¶
type GobSerializer struct { }
func (GobSerializer) Deserialize ¶
func (gs GobSerializer) Deserialize(data []byte, obj any) error
type ProtoSerializer ¶
type ProtoSerializer struct { }
func (ProtoSerializer) Deserialize ¶
func (serializer ProtoSerializer) Deserialize(data []byte, obj any) error
Click to show internal directories.
Click to hide internal directories.