i.e.: ``` ... : Converter { ... overri...
# klaxon
y
i.e.:
Copy code
... : Converter {
    ...
    override fun toJson(value: Any): String
        = """{"flag" : "${if ((value as BooleanHolder).flag == true) 1 else 0}"""
     ...
so, didn’t catched to what the
value
should be casted if here is a collection instance?