Class GenericJsonSerializerTest

java.lang.Object
test.de.iip_ecosphere.platform.transport.GenericJsonSerializerTest

public class GenericJsonSerializerTest extends Object
Tests GenericJsonSerializer.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • GenericJsonSerializerTest

      public GenericJsonSerializerTest()
  • Method Details

    • testDataClassSerializer

      public void testDataClassSerializer() throws IOException
      Tests GenericJsonSerializer with DataClass.
      Throws:
      IOException - shall not occur
    • testDataClassWithCopyConstructorSerializer

      public void testDataClassWithCopyConstructorSerializer() throws IOException
      Tests GenericJsonSerializer with DataClassWithCopyConstructor.
      Throws:
      IOException - shall not occur