Class TypeSerialiazer
Implements
Inherited Members
Namespace: QFSW.QC.Serializers
Assembly: QFSW.QC.Serializers.dll
Syntax
public class TypeSerialiazer : PolymorphicQcSerializer<Type>, IQcSerializer
Methods
SerializeFormatted(Type, QuantumTheme)
Declaration
public override string SerializeFormatted(Type value, QuantumTheme theme)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | value | |
| QuantumTheme | theme |
Returns
| Type | Description |
|---|---|
| String |
Overrides
QFSW.QC.PolymorphicQcSerializer<System.Type>.SerializeFormatted(System.Type, QFSW.QC.QuantumTheme)