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