Exemple #1
0
 public static ViewId UnpackDirect(Packer packer)
 {
     return(UInt32Serializer.UnpackDirect(packer));
 }
Exemple #2
0
 public object Unpack(Packer packer)
 {
     return(UInt32Serializer.UnpackDirect(packer));
 }