Hello!
Is there a way to get around the full match / repeat path when serializing an object? For example:
client side
com.example.myProjectOne.model.MyClass
on the server side -
com.example.notMyProject.entity.MyClass
I get -
java.lang.ClassNotFoundException: com.example.myProjectOne.model.MyClass
with complete matching of package names, everything works ...