Skip to content

String/byte[] composers can not write POJOs (ObjectCodec not linked) #24

@cowtowncoder

Description

@cowtowncoder

Looks like call like:

        String json = JSON.std.composeString()
                .startArray()
                    .addObject(new NameBean("Bob"))
                .end()
                .finish();

fails since code does not properly set codec for generator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions