# Functions
Deserialize is the entry point of JSON deserialization.
Entry point to deserialize a piece of JSON data into the given property.
Exclude returns Options to exclude given attributes in JSON serialization.
Include returns Options to include given attributes in JSON serialization.
ResourceTypeToSerializable returns a Serializable wrapper for a resource type so it can be used to call json.Serialize.
SchemaToSerializable returns a Serializable wrapper for a schema so it can be used to call json.Serialize.
Serialize the given resource to JSON bytes.
# Interfaces
JSON serialization options.
Interface to implement to be able to serialize to JSON.