flexiblemarshal ~master (2016-04-16T06:33:59Z)
Home
Dub
Repo
IBinaryDemarshalerStorageStrategy
libs
marshal
binary_demarshaller
Undocumented in source.
package
interface
IBinaryDemarshalerStorageStrategy {
immutable
(
ubyte
[])
GetBuffer
();
void
SetBuffer
(immutable(ubyte[]) data);
T
ReadVal
();
}
Members
Functions
GetBuffer
immutable
(
ubyte
[])
GetBuffer
()
Undocumented in source.
ReadVal
T
ReadVal
()
Undocumented in source.
SetBuffer
void
SetBuffer
(immutable(ubyte[]) data)
Undocumented in source.
Meta
Source
See Implementation
libs
marshal
binary_demarshaller
classes
BinaryDemarshallerStorageStrategy
InvalidFormattingException
interfaces
IBinaryDemarshalerStorageStrategy