Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PCollections] jackson-datatype-pcollections is missing serializers #35

Open
mateusz-bajorek opened this issue Sep 6, 2018 · 1 comment
Labels
good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project pcollections Issue related to PCollections

Comments

@mateusz-bajorek
Copy link

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());
}
@cowtowncoder
Copy link
Member

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

@cowtowncoder cowtowncoder added the pcollections Issue related to PCollections label Jul 3, 2021
@cowtowncoder cowtowncoder added the good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project pcollections Issue related to PCollections
Projects
None yet
Development

No branches or pull requests

2 participants