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());
}
As in the topic, PCollections support in jackson is missing serializers for
TreePVector,MapPSetand others.From the module class: