Documentation ¶
Index ¶
- func Decode[T any](p []byte) (*T, error)
- func DecodeString[T any](s string) (*T, error)
- func DecodeStringTo[T any](s string, target *T) error
- func DecodeStringToValue[T any](s string) (T, error)
- func DecodeTo[T any](p []byte, target *T) error
- func DecodeToValue[T any](p []byte) (T, error)
- func Encode(v any) ([]byte, error)
- func EncodeToString(v any) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeString ¶
func DecodeStringTo ¶
func DecodeStringToValue ¶
func DecodeToValue ¶
func EncodeToString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.