Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalStruct ¶
func UnmarshalStruct ¶
Types ¶
type MapKeyMarshaler ¶
type MapKeyUnmarshaler ¶
type MarshalableMap ¶
type MarshalableMap[K keyconstraint, V any, P parseablePointer[K]] map[K]V
func (MarshalableMap[K, V, P]) MarshalJSON ¶
func (r MarshalableMap[K, V, P]) MarshalJSON() ([]byte, error)
func (*MarshalableMap[K, V, P]) UnmarshalJSON ¶
func (r *MarshalableMap[K, V, P]) UnmarshalJSON(bytes []byte) error
Click to show internal directories.
Click to hide internal directories.