C# Class FullInspector.Serializers.FullSerializer.SerializationCallbackReceiverObjectProcessor

Inheritance: FullSerializer.fsObjectProcessor
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
CanProcess ( Type type ) : bool
OnAfterDeserialize ( Type storageType, object instance ) : void
OnAfterSerialize ( Type storageType, object instance, fsData &data ) : void
OnBeforeDeserialize ( Type storageType, fsData &data ) : void
OnBeforeSerialize ( Type storageType, object instance ) : void

Method Details

CanProcess() public méthode

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

OnAfterDeserialize() public méthode

public OnAfterDeserialize ( Type storageType, object instance ) : void
storageType System.Type
instance object
Résultat void

OnAfterSerialize() public méthode

public OnAfterSerialize ( Type storageType, object instance, fsData &data ) : void
storageType System.Type
instance object
data fsData
Résultat void

OnBeforeDeserialize() public méthode

public OnBeforeDeserialize ( Type storageType, fsData &data ) : void
storageType System.Type
data fsData
Résultat void

OnBeforeSerialize() public méthode

public OnBeforeSerialize ( Type storageType, object instance ) : void
storageType System.Type
instance object
Résultat void