示例#1
0
 public byte Unmarshall(JsonUnmarshallerContext context)
 {
     return(SimpleTypeUnmarshaller <byte> .Unmarshall(context));
 }
示例#2
0
 public decimal Unmarshall(JsonUnmarshallerContext context)
 {
     return(SimpleTypeUnmarshaller <decimal> .Unmarshall(context));
 }
示例#3
0
 public double Unmarshall(JsonUnmarshallerContext context)
 {
     return(SimpleTypeUnmarshaller <double> .Unmarshall(context));
 }
示例#4
0
 public string Unmarshall(JsonUnmarshallerContext context)
 {
     return(SimpleTypeUnmarshaller <string> .Unmarshall(context));
 }
示例#5
0
 public int Unmarshall(JsonUnmarshallerContext context)
 {
     return(SimpleTypeUnmarshaller <int> .Unmarshall(context));
 }
示例#6
0
 public long Unmarshall(XmlUnmarshallerContext context)
 {
     return(SimpleTypeUnmarshaller <long> .Unmarshall(context));
 }
示例#7
0
 public bool Unmarshall(XmlUnmarshallerContext context)
 {
     return(SimpleTypeUnmarshaller <bool> .Unmarshall(context));
 }
示例#8
0
 public float Unmarshall(JsonUnmarshallerContext context)
 {
     return(SimpleTypeUnmarshaller <float> .Unmarshall(context));
 }