kzulip / de.ppi.oss.kzulip.jackson / RecipientDeserializer

RecipientDeserializer

class RecipientDeserializer : StdDeserializer<Recipient>

Deserialize the "display_recipient"-property, which can be an String or an Array of ZulipUser objects. Both are stored Recipient.

Constructors

<init>

Deserialize the "display_recipient"-property, which can be an String or an Array of ZulipUser objects. Both are stored Recipient.

RecipientDeserializer(vc: Class<*>? = null)

Functions

deserialize

fun deserialize(jp: JsonParser, ctxt: DeserializationContext): Recipient