Class UnityObjectConverter
Inheritance
System.Object
UnityObjectConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Converters
Assembly: Bayat.Json.Runtime.dll
Syntax
public abstract class UnityObjectConverter : ObjectJsonConverter
Constructors
| Improve this Doc View SourceUnityObjectConverter()
Declaration
public UnityObjectConverter()
Properties
| Improve this Doc View SourceIsGenericConverter
Declaration
public override bool IsGenericConverter { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceCanConvert(Type)
Declaration
public override bool CanConvert(Type objectType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | objectType |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceGetObjectProperties()
Declaration
public override string[] GetObjectProperties()
Returns
Type | Description |
---|---|
System.String[] |
Overrides
| Improve this Doc View SourceGetSerializedProperties()
Declaration
public override List<string> GetSerializedProperties()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
| Improve this Doc View SourceWriteProperties(JsonObjectContract, JsonWriter, Object, Type, JsonSerializerWriter)
Declaration
public override void WriteProperties(JsonObjectContract contract, JsonWriter writer, object value, Type objectType, JsonSerializerWriter internalWriter)
Parameters
Type | Name | Description |
---|---|---|
JsonObjectContract | contract | |
JsonWriter | writer | |
System.Object | value | |
System.Type | objectType | |
JsonSerializerWriter | internalWriter |