Is it possible to serialize a field that can be ei...
# serialization
l
Is it possible to serialize a field that can be either boolean or Double? (No it's not my API, I wouldn't have designed it that way)
s
You can make a custom serializer for that type and use this type as a type of field
l
Gotcha