public decimal Unmarshall(JsonUnmarshallerContext context) { return(SimpleTypeUnmarshaller <decimal> .Unmarshall(context)); }
public string Unmarshall(JsonUnmarshallerContext context) { return(SimpleTypeUnmarshaller <string> .Unmarshall(context)); }
public int Unmarshall(JsonUnmarshallerContext context) { return(SimpleTypeUnmarshaller <int> .Unmarshall(context)); }
public long Unmarshall(XmlUnmarshallerContext context) { return(SimpleTypeUnmarshaller <long> .Unmarshall(context)); }
public bool Unmarshall(JsonUnmarshallerContext context) { return(SimpleTypeUnmarshaller <bool> .Unmarshall(context)); }
public float Unmarshall(JsonUnmarshallerContext context) { return(SimpleTypeUnmarshaller <float> .Unmarshall(context)); }