ocean.util.serialize.contiguous.Serializer

Home for binary contiguous Serializer. Check the Serializer struct documentation for more details.

Members

Structs

Serializer
struct Serializer

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.

Meta

License

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).