C# Class FullInspector.Serializers.FullSerializer.SerializationCallbackReceiverObjectProcessor

Inheritance: FullSerializer.fsObjectProcessor
Exibir arquivo Open project: jacobdufault/fullinspector

Public Methods

Method 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 method

public CanProcess ( Type type ) : bool
type System.Type
return bool

OnAfterDeserialize() public method

public OnAfterDeserialize ( Type storageType, object instance ) : void
storageType System.Type
instance object
return void

OnAfterSerialize() public method

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

OnBeforeDeserialize() public method

public OnBeforeDeserialize ( Type storageType, fsData &data ) : void
storageType System.Type
data fsData
return void

OnBeforeSerialize() public method

public OnBeforeSerialize ( Type storageType, object instance ) : void
storageType System.Type
instance object
return void