For `Any` data type, wrote a basic serializer to s...
# serialization
s
For
Any
data type, wrote a basic serializer to support primitives, list and map but the descriptor functionality is mostly under
ExperimentalSerializationApi
. Any other way to create descriptor without relying on experimental or other way for handling Any data type?