public class AbstractCollectionSerializationTest extends AbstractPolygeneTest
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractCollectionSerializationTest.SomeValue |
| Modifier and Type | Field and Description |
|---|---|
protected Serialization |
serialization |
module, objectFactory, queryBuilderFactory, serviceFinder, transientBuilderFactory, unitOfWorkFactory, valueBuilderFactoryapi, application, applicationModel, notYetImplementedRule, polygene, spi| Constructor and Description |
|---|
AbstractCollectionSerializationTest() |
defineApplication, setUp, tearDownassemblyException, initApplication, newApplicationInstance, newApplicationModel@Service protected Serialization serialization
public void assemble(ModuleAssembly module)
Assembler
An Assembler may create new Modules by calling
ModuleAssembly.layer() and
then LayerAssembly.module(String) (String)}.
This allows an Assembler to bootstrap an entire Layer with
more Modules.
module - the Module to assemblepublic void givenPrimitiveArrayWithIntsWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenArrayWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenIterableTypeWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithByteAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithCharacterAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithShortAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithIntegerAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithLongAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithFloatAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithDoubleAndNullElementWhenSerializingExpectCorrectJsonOutput()
throws Exception
Exceptionpublic void givenCollectionTypeWithBigIntegerAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenCollectionTypeWithBigDecimalAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenMapOfStringByteAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenMapOfStringListStringAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenListOfMapStringStringAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenListOfValueCompositesAndNullElementWhenSerializingAndDeserializingExpectEquals()
throws Exception
Exceptionpublic void givenEnumSetWhenSerializingAndDeserializingExpectEquals()
public void givenEnumMapWhenSerializingAndDeserializingExpectEquals()