{
encoder.writeStruct32(_header.getDeliveryProperties());
}
if(_header.getMessageProperties() != null)
{
encoder.writeStruct32(_header.getMessageProperties());
}
if(_header.getNonStandardProperties() != null)
{
for(Struct header : _header.getNonStandardProperties())