flexiblemarshal ~master (2022-05-19T14:38:20.6636536)
Dub
Repo
BinaryDemarshallerStorageStrategy
libs
marshal
binary_demarshaller
Undocumented in source.
package
class
BinaryDemarshallerStorageStrategy :
IBinaryDemarshalerStorageStrategy
{}
Constructors
this
this
()
Undocumented in source.
this
this
(const(ubyte[]) data)
Undocumented in source.
Members
Functions
GetBuffer
const
(
ubyte
[])
GetBuffer
()
Undocumented in source. Be warned that the author may not have intended to support it.
ReadVal
T
ReadVal
()
Undocumented in source. Be warned that the author may not have intended to support it.
SetBuffer
void
SetBuffer
(const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IBinaryDemarshalerStorageStrategy
GetBuffer
immutable
(
ubyte
[])
GetBuffer
()
Undocumented in source.
SetBuffer
void
SetBuffer
(immutable(ubyte[]) data)
Undocumented in source.
ReadVal
T
ReadVal
()
Undocumented in source.
Meta
Source
See Implementation
libs
marshal
binary_demarshaller
classes
BinaryDemarshallerStorageStrategy
InvalidFormattingException
interfaces
IBinaryDemarshalerStorageStrategy