chicoferreira / stock-checker

Stock Checker for checking products status
MIT License
4 stars 4 forks source link

support ktx serialization #23

Closed aripiprazole closed 3 years ago

chicoferreira commented 3 years ago

Move ktx annotation from the Product class to another specific serializable one. It can be a class inside the KtxSerializationConfigurationParser. You can also do a mapper to transform to and from the new serializable product class.