Beispiel #1
0
 internal static int GetLength(Object inst)
 {
     //caller should have allocated enough, based on MaxByteSize
     return(SerializationHelperSql9.SizeInBytes(inst));
 }
 internal static int GetLength(object inst)
 {
     return(SerializationHelperSql9.SizeInBytes(inst));
 }