StructSerializer.load

Loads/deserializes the content of s and its array members, reading serialized data from input.

  1. size_t load(S* s, InputStream input)
    struct StructSerializer(bool AllowUnions = false)
    static
    size_t
    load
    (
    S
    )
  2. size_t load(S* s, void delegate(void[] data) receive)

Parameters

s S*

struct instance (pointer)

input InputStream

input stream to read data from

Return Value

Type: size_t

number of bytes read

Meta