Skip to content
Success

Changes

Summary

  1. Fixed #589 (by adding skipObject() and skipArray() methods) (#590) (details)
  2. Close Parsers and Generators (details)
Commit f3cbb35d6cd805aa01e2e701d7839533e6124fec by noreply
Fixed #589 (by adding skipObject() and skipArray() methods) (#590)

Fix issue #589 (implement skipObject() and skipArray() methods)
The file was addedsrc/test/java/org/eclipse/yasson/customization/polymorphism/NestedPolymorphismTest.java
The file was modified src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonStructureToParserAdapter.java (diff)
The file was modified src/main/java/org/eclipse/yasson/internal/model/JsonbAnnotatedElement.java (diff)
The file was modified src/test/java/org/eclipse/yasson/internal/serializer/ObjectDeserializerTest.java (diff)
The file was modified src/main/java/org/eclipse/yasson/internal/deserializer/ObjectDeserializer.java (diff)
Commit 16badeec0b92a51022e271b024deaede7a170b35 by David Kral
Close Parsers and Generators

Close parsers and generators to return buffers to the pool.
The file was modified src/main/java/org/eclipse/yasson/internal/JsonBinding.java (diff)