139140141142143144145146147
public T get() throws IOException, ClassNotFoundException { if (objBytes == null) return null; RMIMarshalledObjectInputStream stream = new RMIMarshalledObjectInputStream(objBytes, locBytes); return (T) stream.readObject(); }