Skip to content

Codec_WrappedException Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Deserialize(Reader<TReaderInput>, WrappedException)

public void Deserialize<TReaderInput>(ref Reader<TReaderInput> reader, WrappedException instance)
Deserializes into the provided value.

Parameters

readerReader<TReaderInput>
The reader.
instanceWrappedException
The value.

ReadValue(Reader<TReaderInput>, Field)

public WrappedException ReadValue<TReaderInput>(ref Reader<TReaderInput> reader, Field field)
Reads a value.

Parameters

readerReader<TReaderInput>
The reader.
fieldField
The field.

Returns

The value.

Serialize(Writer<TBufferWriter>, WrappedException)

public void Serialize<TBufferWriter>(ref Writer<TBufferWriter> writer, WrappedException instance)
Serializes the provided value.

Parameters

writerWriter<TBufferWriter>
The writer.
instanceWrappedException
The value.

WriteField(Writer<TBufferWriter>, uint, Type, WrappedException)

public void WriteField<TBufferWriter>(ref Writer<TBufferWriter> writer, uint fieldIdDelta, Type expectedType, WrappedException value)
Writes a field.

Parameters

writerWriter<TBufferWriter>
The writer.
fieldIdDeltauint
The field identifier delta.
expectedTypeType
The expected type.
valueWrappedException
The value.