Class RendererConverter
Inheritance
System.Object
RendererConverter
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()
Assembly: Bayat.Json.Runtime.dll
Syntax
public class RendererConverter : UnityComponentConverter
Constructors
|
Improve this Doc
View Source
RendererConverter()
Declaration
public RendererConverter()
Fields
|
Improve this Doc
View Source
baseProperties
Declaration
protected List<string> baseProperties
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
|
Improve this Doc
View Source
propertiesToIgnore
Declaration
protected List<string> propertiesToIgnore
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Properties
|
Improve this Doc
View Source
IsGenericConverter
Declaration
public override bool IsGenericConverter { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
CanConvert(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 Source
GetObjectProperties()
Declaration
public override string[] GetObjectProperties()
Returns
Type |
Description |
System.String[] |
|
Overrides
|
Improve this Doc
View Source
GetSerializedProperties()
Declaration
public override List<string> GetSerializedProperties()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Overrides
|
Improve this Doc
View Source
PopulateMember(String, JsonContract, JsonReader, Type, Object, JsonSerializerReader)
Declaration
public override object PopulateMember(string memberName, JsonContract contract, JsonReader reader, Type objectType, object targetObject, JsonSerializerReader internalReader)
Parameters
Returns
Type |
Description |
System.Object |
|
Overrides
|
Improve this Doc
View Source
WriteObjectProperties(JsonWriter, Renderer, JsonSerializerWriter)
Declaration
public virtual void WriteObjectProperties(JsonWriter writer, Renderer instance, JsonSerializerWriter internalWriter)
Parameters
|
Improve this Doc
View Source
WriteProperties(JsonObjectContract, JsonWriter, Object, Type, JsonSerializerWriter)
Declaration
public override void WriteProperties(JsonObjectContract contract, JsonWriter writer, object value, Type objectType, JsonSerializerWriter internalWriter)
Parameters
Overrides