treeserial v1.0.0-alpha.6 (2020-12-15T17:17:48Z)
Dub
Repo
Serializer.deserialize
treeserial
Serializer
Undocumented in source. Be warned that the author may not have intended to support it.
T
deserialize
(const(ubyte)[] value)
template
Serializer
(Attributes...)
static if
(
isAttribute!CastType
)
T
deserialize
(
T
)
(
ref
const
(
ubyte
)[]
value
)
if
(
__traits(
compiles
, cast(
T
)
rvalueOf
!(
GetAttributeType
!
CastType
)) &&
deserializable
!(
GetAttributeType
!
CastType
)
)
T
deserialize
(const(ubyte)[] buffer)
T
deserialize
(const(ubyte)[] buffer)
T
deserialize
(const(ubyte)[] buffer)
Meta
Source
See Implementation
treeserial
Serializer
aliases
Subdeserializer
functions
deserialize
serialize
templates
FilterOut
GetAttributeType
GetAttributes
Subserializer
getAttributeValue
isAttribute