Documentation
¶
Overview ¶
Package serial implements access-cli serializables
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullableOptionalInt ¶
type NullableOptionalInt struct {
Value *int64
}
func (NullableOptionalInt) MarshalJSON ¶
func (n NullableOptionalInt) MarshalJSON() ([]byte, error)
MarshalJSON returns the NullableOptionalInt as JSON
func (*NullableOptionalInt) UnmarshalJSON ¶
func (n *NullableOptionalInt) UnmarshalJSON(data []byte) error
UnmarshalJSON sets the NullableOptionalInt from JSON
Click to show internal directories.
Click to hide internal directories.