コード例 #1
0
 /// <exception cref="VPackException"/>
 public long deserialize(VPackSlice parent, VPackSlice
                         vpack, VPackDeserializationContext context)
 {
     return(vpack.getAsLong());
 }