Documentation ¶
Overview ¶
Package messagemarshaler is a package for marshal messages
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONMarshaler ¶
type JSONMarshaler struct{}
func (JSONMarshaler) Marshal ¶
func (JSONMarshaler) Marshal(m *iface.MessageExchangeHeads) ([]byte, error)
func (JSONMarshaler) Unmarshal ¶
func (JSONMarshaler) Unmarshal(data []byte, m *iface.MessageExchangeHeads) error
Click to show internal directories.
Click to hide internal directories.