AbstractStateAggregateDeserializer

abstract class AbstractStateAggregateDeserializer<T : ReadOnlyStateAggregate<*>>(stateAggregateType: Class<T>) : StdDeserializer<T>

Inheritors

Constructors

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

Functions

Link copied to clipboard
abstract fun createStateAggregate(stateRecord: JsonNode, stateAggregate: ReadOnlyStateAggregate<Any>): T
Link copied to clipboard
open override fun deserialize(p: JsonParser, ctxt: DeserializationContext): T