Namespace Bayat.Json.Converters
Classes
AnimatorConverter
AudioClipConverter
BinaryConverter
Converts a binary value to and from a base 64 string value.
BoundsConverter
BsonObjectIdConverter
Converts a BsonObjectId to and from JSON and BSON.
ColliderConverter
ColorConverter
CustomCreationConverter<T>
Create a custom object
DateTimeConverterBase
Provides a base class for converting a System.DateTime to and from JSON.
DiscriminatedUnionConverter
Converts a F# discriminated union type to and from JSON.
EntityKeyMemberConverter
Converts an Entity Framework EntityKey to and from JSON.
ExpandoObjectConverter
Converts an ExpandoObject to and from JSON.
GameObjectConverter
HashSetConverter
IsoDateTimeConverter
Converts a System.DateTime to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z).
JavaScriptDateTimeConverter
Converts a System.DateTime to and from a JavaScript date constructor (e.g. new Date(52231943)).
KeyValuePairConverter
Converts a System.Collections.Generic.KeyValuePair<TKey, TValue> to and from JSON.
MaterialConverter
Matrix4x4Converter
MeshConverter
MeshFilterConverter
ObjectJsonConverter
QuaternionConverter
RectConverter
RectTransformConverter
RegexConverter
Converts a System.Text.RegularExpressions.Regex to and from JSON and BSON.
RendererConverter
ResolutionConverter
ShaderConverter
SpriteConverter
StringEnumConverter
Converts an System.Enum to and from its name string value.
Texture2DConverter
TransformConverter
UnityBehaviourConverter
UnityComponentConverter
UnityMonoBehaviourConverter
UnityObjectConverter
UriConverter
VectorConverter
VersionConverter
Converts a System.Version to and from a string (e.g. "1.2.3.4").
XmlNodeConverter
Converts XML to and from JSON.