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

@@ -5,8 +5,8 @@ import com.github.jasync.sql.db.QueryResult
import com.github.jasync.sql.db.pool.ConnectionPool
import com.github.jasync.sql.db.postgresql.PostgreSQLConnection
import com.github.jasync.sql.db.postgresql.PostgreSQLConnectionBuilder
import fr.postgresjson.Serializer
import fr.postgresjson.entity.EntityI
import fr.postgresjson.serializer.Serializer
import java.util.concurrent.CompletableFuture
class Connection(