Documentation ¶ Index ¶ func Marshal(encoders ...*form.Encoder) func(v any) ([]byte, error) func NewDecoder(decoders ...*form.Decoder) func(r io.Reader) encodingx.Decoder func NewEncoder(encoders ...*form.Encoder) func(w io.Writer) encodingx.Encoder func Unmarshal(decoders ...*form.Decoder) func(data []byte, v any) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Marshal ¶ func Marshal(encoders ...*form.Encoder) func(v any) ([]byte, error) func NewDecoder ¶ func NewDecoder(decoders ...*form.Decoder) func(r io.Reader) encodingx.Decoder func NewEncoder ¶ func NewEncoder(encoders ...*form.Encoder) func(w io.Writer) encodingx.Encoder func Unmarshal ¶ func Unmarshal(decoders ...*form.Decoder) func(data []byte, v any) error Types ¶ This section is empty. Source Files ¶ View all Source files form.go Click to show internal directories. Click to hide internal directories.