Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public class NoneSerializationBackend : SerializationBackend
The property is not serialized by anything - possibly because it is a method, possibly because it is a field or property shown in the inspector without being serialized.
In the case of fields or properties, polymorphism, null values and types such as System.Collections.Generic.Dictionary<TKey, TValue> are supported, but will not be saved.
public NoneSerializationBackend()
public override bool IsUnity { get; }
public override bool SupportsCyclicReferences { get; }
public override bool SupportsGenerics { get; }
public override bool SupportsPolymorphism { get; }
public override bool CanSerializeMember(MemberInfo member)
System.Reflection.MemberInfo | member |
System.Boolean |
public override bool CanSerializeType(Type type)
System.Type | type |
System.Boolean |
public override string ToString()
System.String |