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