Edit

Share via


ArrayListCodec Class

Definition

Serializer for ArrayList.

[Orleans.RegisterSerializer]
public sealed class ArrayListCodec : Orleans.Serialization.Codecs.GeneralizedReferenceTypeSurrogateCodec<System.Collections.ArrayList,Orleans.Serialization.Codecs.ArrayListSurrogate>
[<Orleans.RegisterSerializer>]
type ArrayListCodec = class
    inherit GeneralizedReferenceTypeSurrogateCodec<ArrayList, ArrayListSurrogate>
Public NotInheritable Class ArrayListCodec
Inherits GeneralizedReferenceTypeSurrogateCodec(Of ArrayList, ArrayListSurrogate)
Inheritance
Attributes

Constructors

ArrayListCodec(IValueSerializer<ArrayListSurrogate>)

Initializes a new instance of the ArrayListCodec class.

Methods

ConvertFromSurrogate(ArrayListSurrogate)

Converts a value from the surrogate type to the field type.

ConvertFromSurrogate(TSurrogate)

Converts a value from the surrogate type to the field type.

(Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ConvertToSurrogate(ArrayList, ArrayListSurrogate)

Converts a value to the surrogate type.

ConvertToSurrogate(TField, TSurrogate)

Converts a value to the surrogate type.

(Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
ReadValue<TInput>(Reader<TInput>, Field)

Reads a value.

(Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, TField)

Writes a field.

(Inherited from GeneralizedReferenceTypeSurrogateCodec<TField,TSurrogate>)

Applies to