// Now we create new instance of each class from the map encodings and list the values
// to check everything looks OK.
System.out.println("Test3 testing serialisation of exception schema");
SchemaObjectClass exceptionFromMap = new SchemaObjectClass(exception.mapEncode());
exceptionFromMap.listValues();
System.out.println();
System.out.println("Test3 testing serialisation of control schema");
SchemaObjectClass controlFromMap = new SchemaObjectClass(control.mapEncode());
controlFromMap.listValues();