SectionDecoderImpl sectionDecoder = new SectionDecoderImpl(MessageConverter_v1_0_to_Internal.TYPE_REGISTRY);
Object bodyObject;
try
{
List<Section> sections = sectionDecoder.parseAll(ByteBuffer.wrap(data));
ListIterator<Section> iterator = sections.listIterator();
Section previousSection = null;
while(iterator.hasNext())
{
Section section = iterator.next();