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