Skip to content

Jackson Ion Nested ArrayBuffer? #206

Open
@jfuehner

Description

@jfuehner

Hi! Was curious if it is possible to nest a Java ByteBuffer within an Ion object? When de/serialized would it maintain that type?

For example say I have a class such as:

class Sample {
     String getId(){}
     ByteBuffer getChildren(){}
}

As an example with standard Jackson de/serializing to JSON the ByteBuffer loses its type as it is turned into a standard array... Was curious if de/serializing to/from an Ion object would allow it to maintain the ByteBuffer type...

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