objectInputBasic = new ObjectInputForBasic(this, classInfoFactory,
proxyManager2, helperBinaryConversion);
objectInputs[EnumObjectInput.OBJECT_INPUT_BASIC.ordinal()] =
/**/objectInputBasic;
final IObjectOutput objectOutputBasic;
objectOutputBasic = new ObjectOutputForBasic(this, classInfoFactory,
proxyManager2, helperBinaryConversion);
objectOutputs[EnumObjectOutput.OBJECT_OUTPUT_BASIC.ordinal()] =
/**/objectOutputBasic;
objectInputEnum = new ObjectInputForEnum(this, classInfoFactory,
proxyManager2, helperBinaryConversion);
objectInputs[EnumObjectInput.OBJECT_INPUT_ENUM.ordinal()] =
/**/objectInputEnum;
final IObjectOutput objectOutputEnum;
objectOutputEnum = new ObjectOutputForEnum(this, classInfoFactory,
proxyManager2, helperBinaryConversion);
objectOutputs[EnumObjectOutput.OBJECT_OUTPUT_ENUM.ordinal()] =
/**/objectOutputEnum;
final IObjectInput objectInputSerialize;
objectInputSerialize = new ObjectInputSerialize(this, classInfoFactory,
proxyManager2, helperBinaryConversion);
objectInputs[EnumObjectInput.OBJECT_INPUT_SERIALIZE.ordinal()] =
/**/objectInputSerialize;
final IObjectOutput objectOutputSerialize;
objectOutputSerialize = new ObjectOutputSerialize(this,
classInfoFactory, proxyManager2, helperBinaryConversion);
objectOutputs[EnumObjectOutput.OBJECT_OUTPUT_SERIALIZE.ordinal()] =
/**/objectOutputSerialize;
final IObjectInput objectInputSerializeZipped;
objectInputSerializeZipped = new ObjectInputSerializeZipped(this,
classInfoFactory, proxyManager2, helperBinaryConversion);
objectInputs[EnumObjectInput.OBJECT_INPUT_SERIALIZE_ZIPPED.ordinal()] =
/**/objectInputSerializeZipped;
final IObjectOutput objectOutputSerializeZipped;
objectOutputSerializeZipped = new ObjectOutputSerializeZipped(this,
classInfoFactory, proxyManager2, helperBinaryConversion);
objectOutputs[EnumObjectOutput.OBJECT_OUTPUT_SERIALIZE_ZIPPED.ordinal()] =
/**/objectOutputSerializeZipped;
final IObjectInput objectInputSerializeGZipped;
objectInputSerializeGZipped = new ObjectInputSerializeGZipped(this,
classInfoFactory, proxyManager2, helperBinaryConversion);
objectInputs[EnumObjectInput.OBJECT_INPUT_SERIALIZE_GZIPPED.ordinal()] =
/**/objectInputSerializeGZipped;
final IObjectOutput objectOutputSerializeGZipped;
objectOutputSerializeGZipped = new ObjectOutputSerializeGZipped(this,
classInfoFactory, proxyManager2, helperBinaryConversion);
objectOutputs[EnumObjectOutput.OBJECT_OUTPUT_SERIALIZE_GZIPPED
.ordinal()] =
/**/objectOutputSerializeGZipped;