Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IStructToPayloadEncoder ¶
IStructToPayloadEncoder enables struct to be payload encoder.
Encode returns byte array, and error (which can be nil in case if there is no error)
func GetPayloadEncoder ¶
func GetPayloadEncoder(p interface{}) *IStructToPayloadEncoder
GetPayloadEncoder returns encoder (as singleton) which can encode given object
Click to show internal directories.
Click to hide internal directories.