Skip to content

[Java] support for Externalizable serialization #144

@chaokunyang

Description

@chaokunyang

Is your feature request related to a problem? Please describe.
Serialization for classes implementing Externalizable should be handled in a new serializer for efficiency. Using JavaSerializer will have jdk serialization cost.

Describe the solution you'd like
Using FuryObjectOutput and FuryObjectInput in #138 as parameters for writeExternal/readExternal invocation.

Additional context
#138

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