Beispiel #1
0
 /// <summary>
 /// For ALL tab and normal tab serialzation differs
 /// </summary>
 /// <param name="entryBytes"></param>
 /// <returns></returns>
 protected virtual Log9KEntry EntryFromBytes(byte [] entryBytes)
 {
     return(Log9KEntry.FromByteArray(entryBytes));
 }
Beispiel #2
0
 /// <summary>
 /// For ALL tab there is no need to give type to serialization method
 /// </summary>
 /// <param name="entryBytes"></param>
 /// <returns></returns>
 protected override Log9KEntry EntryFromBytes(byte[] entryBytes)
 {
     return(Log9KEntry.FromByteArray(entryBytes));
 }