Show / Hide Table of Contents

    Class TypeSerialiazer

    Inheritance
    Object
    PolymorphicQcSerializer<Type>
    TypeSerialiazer
    Implements
    IQcSerializer
    Inherited Members
    PolymorphicQcSerializer<Type>.Priority
    PolymorphicQcSerializer<Type>.CanSerialize(Type)
    PolymorphicQcSerializer<Type>.IQcSerializer.SerializeFormatted(Object, QuantumTheme, Func<Object, QuantumTheme, String>)
    PolymorphicQcSerializer<Type>.SerializeRecursive(Object, QuantumTheme)
    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)

    Implements

    IQcSerializer

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top