Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serializer ¶
type Serializer struct{}
func NewSerializer ¶
func NewSerializer() *Serializer
func (*Serializer) Deserialize ¶
func (s *Serializer) Deserialize(c echo.Context, v interface{}) error
func (*Serializer) Serialize ¶
func (s *Serializer) Serialize(c echo.Context, v interface{}, indent string) error
Click to show internal directories.
Click to hide internal directories.