AbstractStateAggregateSerializer

abstract class AbstractStateAggregateSerializer<T : ReadOnlyStateAggregate<*>>(stateAggregateType: Class<T>) : StdSerializer<T>

Inheritors

Constructors

Link copied to clipboard
constructor(stateAggregateType: Class<T>)

Functions

Link copied to clipboard
open override fun serialize(value: T, generator: JsonGenerator, provider: SerializationContext)