FasterXML / FasterXML/jackson-datatypes-collections

[PCollections] jackson-datatype-pcollections is missing serializers

Open
#35 1 comment 1 reaction 0 assignees View on GitHub
good first issue pcollections pr-welcome
Dominant language
Java
Stars
90
Forks
56
Avg merge
2h 30m
Merged PRs (30d)
1

Description

As in the topic, PCollections support in jackson is missing serializers for `TreePVector`, `MapPSet` and others.
From the module class:
```java
@Override
public void setupModule(SetupContext context)
{
context.addDeserializers(new PCollectionsDeserializers());
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.