Event Json Adapter
class EventJsonAdapter(eventModuleParamsAdapter: JsonAdapter<EventModuleParams>, eventExecutionContextAdapter: JsonAdapter<EventExecutionContext>, eventDataAdapters: List<JsonAdapter<out EventType>>) : JsonAdapter<Event<*>>
Content copied to clipboard
Functions
failOnUnknown
Link copied to clipboard
fromJsonValue
Link copied to clipboard
serializeNulls
Link copied to clipboard
toJsonValue
Link copied to clipboard