Skip to content

[Java] serialization support for java.util.Map #166

@chaokunyang

Description

@chaokunyang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions