ISerializer.structBegin

Begins serialization of a struct, returning a size_t identifier or offset for the given length. (community summary)

interface ISerializer
@safe pure scope
size_t
structBegin
(
size_t length = size_t.max
)