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