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