538539540541542543544545546547548
if(bytes == null) { return null; } if (useNativeSerialization) { try { return new SqlServerBinaryReader(factory).read(bytes); } catch ( IOException e ) { throw (IOException) new IOException().initCause( e ); } } else { try {