Beispiel #1
0
 /// <summary>
 /// Serialization differs for ALL tab and normal tab
 /// </summary>
 /// <param name="entry"></param>
 /// <returns></returns>
 protected virtual byte[] EntryToBytes(Log9KEntry entry)
 {
     return(entry.ToByteArray());
 }
Beispiel #2
0
 /// <summary>
 /// Serialization for ALL tab not needs tab type
 /// </summary>
 /// <param name="entry"></param>
 /// <returns></returns>
 protected override byte[] EntryToBytes(Log9KEntry entry)
 {
     return(entry.ToByteArray());
 }