ae.utils.sd.serialization.deserializer

Deserialization into an existing D variable.

Members

Functions

deserializeInto
void deserializeInto(Source source, T target)

Accept a data source and absorb received data into the given variable.

deserializeNew
T deserializeNew(Source source)

Accept a data source and absorb received data into a new variable of type T.

Structs

Deserializer
struct Deserializer(T)

Sink for deserializing data into a variable of type T.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>