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