protected LogEntrySerializer(LogEntry logEntry)
 {
     this.logEntry = logEntry;
     this.headerSerializer = new LogEntryHeaderSerializer(logEntry);
 }
 protected LogEntrySerializer(LogEntry logEntry)
 {
     this.logEntry         = logEntry;
     this.headerSerializer = new LogEntryHeaderSerializer(logEntry);
 }