Namespace RedLoader.TinyJSON
Classes
AfterDecode
Mark methods to be called after an object is decoded.
BeforeEncode
Mark methods to be called before an object is encoded.
DecodeAlias
Provide field and property aliases when an object is decoded. If a field or property is not found while decoding, this list will be searched for a matching alias.
DecodeException
Decoder
Encoder
Exclude
Mark members that should be excluded. Private fields and all properties are excluded by default.
Extensions
Include
Mark members that should be included. Public fields are included by default.
JSON
Load
ProxyArray
ProxyBoolean
ProxyNumber
ProxyObject
ProxyString
Skip
TypeHint
Mark members to force type hinting even when EncodeOptions.NoTypeHints is set.