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