Expand description
A parser for the .NET Remoting Binary Format (NRBF).
Modules§
- value
- Representation of an NRBF value.
Structs§
- Error
- Error while parsing a
RemotingMessage
. - Method
Call - A remote method call.
- Method
Return - Information returned by a remote method.
Enums§
- Remoting
Message - A .NET Remoting message.
- Value
- An NRBF value.
Functions§
- from_
slice - Deserialize an instance of type
T
from bytes of a .NET Remoting message.