class RecipientDeserializer : StdDeserializer<Recipient>
Deserialize the "display_recipient"-property, which can be an String or an Array of ZulipUser objects. Both are stored Recipient.
<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) |
deserialize |
fun deserialize(jp: JsonParser, ctxt: DeserializationContext): Recipient |