FasterXML / FasterXML/jackson-datatypes-collections
[PCollections] jackson-datatype-pcollections is missing serializers
Open
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.