Codec_ConnectionIssue
class
Namespace: OrleansCodeGen.Orleans.EventSourcing
Serializer for types which are abstract and therefore cannot be instantiated themselves, such as abstract classes and interface types.
public sealed class Codec_ConnectionIssue : AbstractTypeSerializer<ConnectionIssue>Constructors
Methods
Deserialize(Reader<TReaderInput>, ConnectionIssue)Deserializes into the provided value.Serialize(Writer<TBufferWriter>, ConnectionIssue)Serializes the provided value.
