Esempio n. 1
0
 public override object ReadDouble(ByteArrayBuffer buffer)
 {
     return(PrimitiveMarshaller0.UnmarshalDouble(buffer));
 }
Esempio n. 2
0
 public override object ReadShort(ByteArrayBuffer buffer)
 {
     return(PrimitiveMarshaller0.UnmarshallShort(buffer));
 }
Esempio n. 3
0
 public override object ReadFloat(ByteArrayBuffer bytes)
 {
     return(PrimitiveMarshaller0.UnmarshallFloat(bytes));
 }