Is your feature request related to a problem? Please describe.
Add serialization support for java.util.Map.
Describe the solution you'd like
If Map key/value type is final, serialization should use the final type to reduce space cost, and improve serialization performance by avoid query element serializers repeatly.
When jit is enableld, the generated code can inline key/value serializer for better performance.
Is your feature request related to a problem? Please describe.
Add serialization support for java.util.Map.
Describe the solution you'd like
If Map key/value type is final, serialization should use the final type to reduce space cost, and improve serialization performance by avoid query element serializers repeatly.
When jit is enableld, the generated code can inline key/value serializer for better performance.