deserialize
fun <T : Event> deserialize(eventFrame: EventResponseFrame, eventSerializer: KSerializer<T>): T
Content copied to clipboard
Deserializes EventResponseFrame into concrete event type representation using serializer returned by EventSerializers.getByEventName.