DotNetSerializableCodec
class
Namespace: Orleans.Serialization
Serializer for types which implement the
System.Runtime.Serialization.ISerializable pattern. [Orleans.Alias(ISerializable)]public class DotNetSerializableCodec : IFieldCodec, IGeneralizedCodecConstructors
DotNetSerializableCodec(TypeConverter)Initializes a new instance of theDotNetSerializableCodecclass.
Methods
IsSupportedType(Type)Determines whether the specified type is supported by this instance.ReadValue(Reader<TInput>, Field)Reads a value and returns it untyped. The type must still match the codec instance!WriteField(Writer<TBufferWriter>, uint, Type, object)Writes a field using the provided untyped value. The type must still match the codec instance!
