Skip to content

[Java] Align string array to collection protocol v2 #1227

@chaokunyang

Description

@chaokunyang

Is your feature request related to a problem? Please describe.

In #927 , we implement an optimized serialization protocol for Collection, which can reduce space cost and improve performance, this should be applied to array too.

Describe the solution you'd like

  • Create an wrapper List to reuse code in io.fury.serializer.collection.AbstractCollectionSerializer#writeNullabilityHeader for write header
  • Align implementation of string array serialization to collection serializaiton

Additional context

#923 #927

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions