kbss-cvut / jb4jsonld

JSON-LD serialization and deserialization for Java REST services.
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Support for custom serializers/deserializers #28

Closed ledsoft closed 2 years ago

ledsoft commented 4 years ago

As a user, I sometimes find the default (de)serialization behavior of JB4JSON-LD unsuitable for my requirements. I want to be able to override the default behavior using my own (de)serializer. This overriding should be possible on class and field level.

Similar feature is available in Jackson via the @JsonSerialize and @JsonDeserialize annotations.

ledsoft commented 4 years ago

Would solve #27 .

ledsoft commented 3 years ago

Custom serializers support implemented in 0.8.7, basic documentation can be found on the Wiki.

ledsoft commented 2 years ago

Implemented in 0.9.0.