示例#1
0
 /// <summary>
 /// Serialize the data into byte data.
 /// </summary>
 /// <returns>Byte data.</returns>
 public override byte[] GetBytes()
 {
     // !!!!Caution: keep the order of the following code lines!!!!
     return(GetBytes(ClassId.Bytes(),
                     SchemaTypeIndex.Bytes()));
 }