NrbfDecoder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides stateless methods for decoding .NET Remoting Binary Format (NRBF) encoded data.
public ref class NrbfDecoder abstract sealed
public static class NrbfDecoder
type NrbfDecoder = class
Public Class NrbfDecoder
- Inheritance
-
NrbfDecoder
Methods
Decode(Stream, IReadOnlyDictionary<SerializationRecordId,SerializationRecord>, PayloadOptions, Boolean) |
Decodes the provided NRBF payload. |
Decode(Stream, PayloadOptions, Boolean) |
Decodes the provided NRBF payload. |
DecodeClassRecord(Stream, PayloadOptions, Boolean) |
Decodes the provided NRBF payload that is expected to contain an instance of any class (or struct) that is not an Array or a primitive type. |
StartsWithPayloadHeader(ReadOnlySpan<Byte>) |
Checks if given buffer starts with NRBF payload header. |
StartsWithPayloadHeader(Stream) |
Checks if given stream starts with NRBF payload header. |