Class DoubleUnmarshaller
Unmarshaller for double fields
public class DoubleUnmarshaller : IUnmarshaller<double, XmlUnmarshallerContext>, IUnmarshaller<double, JsonUnmarshallerContext>
- Inheritance
-
DoubleUnmarshaller
- Implements
- Inherited Members
Properties
Instance
public static DoubleUnmarshaller Instance { get; }
Property Value
Methods
GetInstance()
public static DoubleUnmarshaller GetInstance()
Returns
Unmarshall(JsonUnmarshallerContext)
public double Unmarshall(JsonUnmarshallerContext context)
Parameters
context
JsonUnmarshallerContext
Returns
Unmarshall(XmlUnmarshallerContext)
public double Unmarshall(XmlUnmarshallerContext context)
Parameters
context
XmlUnmarshallerContext