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