objectIOOutputStream = new ObjectIOOutputStream(this,
classInfoFactory, proxyManager2, helperBinaryConversion);
objectIOInputStream = new ObjectIOInputStream(this,
classInfoFactory, helperBinaryConversion);
} catch (final SecurityException exception) {
throw new ObjectIORuntimeException("should not be throws",
exception);
} catch (final IOException exception) {
throw new ObjectIORuntimeException("should not be throws",
exception);
}
objectInputs = new IObjectInput[EnumObjectInput.values().length];
objectOutputs = new IObjectOutput[EnumObjectOutput.values().length];