// Only put serialization strategy in
ObjectMarshallingStrategy[] newStrats
= new ObjectMarshallingStrategy[] { };
ByteArrayInputStream bais = new ByteArrayInputStream(byteArray);
MarshallerReaderContext inContext = new MarshallerReaderContext( bais, null, null,
new ObjectMarshallingStrategyStoreImpl(newStrats), Collections.EMPTY_MAP, true, true, null);
try {
workItem = InputMarshaller.readWorkItem(inContext);
fail( "An exception was expected here." );