Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marshaler ¶
type Marshaler interface {
Marshal(in any) ([]byte, error)
Unmarshal(data []byte, to any) error
// DefaultLowerCase should return true if by default
// struct fields are encoded in lower case.
DefaultLowerCase() bool
}
Marshaler is a text or binary marshaler that can be used by document.Service implementations to abstract document encoding.
Click to show internal directories.
Click to hide internal directories.