blob: dbdfe84f76aa24b6954307b2544877c3d476ef99 [file] [log] [blame]
package org.apache.ode.bpel.compiler_2_0;
import org.apache.ode.bpel.obj.serde.OmSerdeFactory;
public class JsonSerializationTest extends JavaSerializationTest{
public JsonSerializationTest(){
this.format = OmSerdeFactory.SerializeFormat.FORMAT_SERIALIZED_JSON;
this.pathSuffix = "json";
}
}