C# Class FullInspector.Serializers.FullSerializer.UnityObjectConverter

Converts all types that derive from UnityObject.
Inheritance: FullSerializer.fsConverter
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
CanProcess ( Type type ) : bool
CreateInstance ( fsData data, Type storageType ) : object
RequestCycleSupport ( Type storageType ) : bool
RequestInheritanceSupport ( Type storageType ) : bool
TryDeserialize ( fsData data, object &instance, Type storageType ) : fsResult
TrySerialize ( object instance, fsData &serialized, Type storageType ) : fsResult

Method Details

CanProcess() public méthode

public CanProcess ( Type type ) : bool
type System.Type
Résultat bool

CreateInstance() public méthode

public CreateInstance ( fsData data, Type storageType ) : object
data fsData
storageType System.Type
Résultat object

RequestCycleSupport() public méthode

public RequestCycleSupport ( Type storageType ) : bool
storageType System.Type
Résultat bool

RequestInheritanceSupport() public méthode

public RequestInheritanceSupport ( Type storageType ) : bool
storageType System.Type
Résultat bool

TryDeserialize() public méthode

public TryDeserialize ( fsData data, object &instance, Type storageType ) : fsResult
data fsData
instance object
storageType System.Type
Résultat FullSerializer.fsResult

TrySerialize() public méthode

public TrySerialize ( object instance, fsData &serialized, Type storageType ) : fsResult
instance object
serialized fsData
storageType System.Type
Résultat FullSerializer.fsResult