Binary serializer that generates contiguous structs. It recursively iterates over struct fields copying any array contents into the same byte buffer and clear the array pointer field. Latter is done to avoid accidental access via dangling pointer once that data is read from external source.
Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).
Copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
Home for binary contiguous Serializer. Check the Serializer struct documentation for more details.