Skip to content

Commit

Permalink
include types
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar committed Dec 30, 2023
1 parent e53e829 commit 7dad05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.nucleodb'
version = '1.13.22'
version = '1.13.23'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class Serializer{
public Serializer() {
om = new ObjectMapper();
om.findAndRegisterModules();
om.enableDefaultTyping(ObjectMapper.DefaultTyping.JAVA_LANG_OBJECT);
om.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
}

Expand Down

0 comments on commit 7dad05e

Please sign in to comment.