Added SerializationTest for object payload (which is probably the most important)

This commit is contained in:
2015-04-28 18:36:07 +02:00
parent 407c432f3c
commit 00bd6a08b7
18 changed files with 104 additions and 7 deletions

View File

@ -4,5 +4,5 @@ CREATE TABLE Inventory (
expires BIGINT NOT NULL,
data BLOB NOT NULL,
type BIGINT NOT NULL,
version INT NOT NULL
version BIGINT NOT NULL
);