/// <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())); }