示例#1
0
 /**
  * *****************************************************************************************************************
  *
  * <p>Customized deserialization code. This method restores the link to the registry this tag
  * belongs to.
  *
  * @param is
  * @throws IOException
  * @throws ClassNotFoundException
  *     <p>****************************************************************************************************************
  */
 private void readObject(@Nonnull final ObjectInputStream is)
     throws IOException, ClassNotFoundException {
   is.defaultReadObject();
   tagRegistry = TagRegistry.getRegistry(registryName);
 }