Class TypeFormatter
Namespace: QFSW.QC
Assembly: QFSW.QC.dll
Syntax
[Serializable]
public abstract class TypeFormatter : ISerializationCallbackReceiver
Constructors
TypeFormatter(Type)
Declaration
[Preserve]
protected TypeFormatter(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Properties
Type
Declaration
public Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Methods
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()