Andrey Tabakov
07/10/2023, 5:47 PMSerializationException
when I renamed the package my.package.MyClass
to my.package.example.MyClass
, as 'my.package.example.MyClass'
was not registered for polymorphic serialization in the scope of 'MySealedClass'.
Adam S
07/10/2023, 6:04 PM@SerialName("my.package.MyClass")
to your class to keep the old identifier, even though the class is in a new packageAndrey Tabakov
07/10/2023, 6:11 PMAdam S
07/10/2023, 6:11 PMEugen Martynov
07/11/2023, 8:00 AMAndrey Tabakov
07/11/2023, 8:00 AM