ArrayListCodec
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Collections.ArrayList. public sealed class ArrayListCodec : GeneralizedReferenceTypeSurrogateCodec<ArrayList, ArrayListSurrogate>Constructors
ArrayListCodec(IValueSerializer<ArrayListSurrogate>)Initializes a new instance of theArrayListCodecclass.
Methods
ConvertFromSurrogate(ArrayListSurrogate)Converts a value from the surrogate type to the field type.ConvertToSurrogate(ArrayList, ArrayListSurrogate)Converts a value to the surrogate type.
