2627282930313233
Document doc; try { doc = new Builder().build(dis.readUTF(), null); return (Object)doc; }catch (final Exception e) { throw new TrSerializableException(e); } }
3132333435363738
return optional; } else { return Optional.absent(); } } catch (final Exception e) { throw new TrSerializableException(e); } }