refactoring: move Serializer.kt

This commit is contained in:
2019-06-24 16:50:02 +02:00
parent 793922f396
commit bfefcac88d
4 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
package fr.postgresjson
import fr.postgresjson.entity.IdEntity
import fr.postgresjson.serializer.Serializer
import fr.postgresjson.serializer.deserialize
import fr.postgresjson.serializer.serialize
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Assertions.assertTrue
import org.junit.jupiter.api.BeforeEach