jackson-datatypes-collections icon indicating copy to clipboard operation
jackson-datatypes-collections copied to clipboard

[PCollections] jackson-datatype-pcollections is missing serializers

Open mateusz-bajorek opened this issue 5 years ago • 1 comments

As in the topic, PCollections support in jackson is missing serializers for TreePVector, MapPSet and others. From the module class:

@Override
public void setupModule(SetupContext context)
{
    context.addDeserializers(new PCollectionsDeserializers());
}

mateusz-bajorek avatar Sep 06 '18 08:09 mateusz-bajorek

Indeed. If anyone is interested in adding support, would love to help get PRs merged.

cowtowncoder avatar Sep 07 '18 02:09 cowtowncoder