<h2>org.das2.qstream.SerializeRegistry</h2><p></p>
<h2>SerializeRegistry( )</h2>
<p></p>

<hr>
<a name="getByName"></a>
<h2>getByName</h2>
getByName( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> name ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qstream/SerializeDelegate.html'>org.das2.qstream.SerializeDelegate</a>

<p>return the delegate without using a class instance.</p>

<h3>Parameters</h3>
name - class name like "org.das2.

<h3>Returns:</h3>
an org.das2.qstream.SerializeDelegate

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getByName&unscoped_q=getByName">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qstream/SerializeRegistry.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qstream/SerializeRegistry.html#getByName">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/qstream/SerializeRegistry.java">[view source]</a>
<br>
<br>
<hr>
<a name="getDelegate"></a>
<h2>getDelegate</h2>
getDelegate( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html'>java.lang.Class</a> clas ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qstream/SerializeDelegate.html'>org.das2.qstream.SerializeDelegate</a>

<p>returns a delegate or null if the class is not supported.</p>

<h3>Parameters</h3>
clas - the class

<h3>Returns:</h3>
the delegate which can be used to format and parse the class
<br><br>
<a href="https://github.com/autoplot/dev/search?q=getDelegate&unscoped_q=getDelegate">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qstream/SerializeRegistry.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qstream/SerializeRegistry.html#getDelegate">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/qstream/SerializeRegistry.java">[view source]</a>
<br>
<br>
<hr>
<a name="register"></a>
<h2>register</h2>
register( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html'>java.lang.Class</a> clas, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qstream/SerializeDelegate.html'>org.das2.qstream.SerializeDelegate</a> sd ) &rarr; void

<p>Clients like SerializeUtil are able to register methods for
 serializing additional classes.</p>

<h3>Parameters</h3>
clas - the class
<br>
sd - the delegate

<h3>Returns:</h3>
void (returns nothing)

<h3>See Also:</h3>
<a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/autoplot/state/SerializeUtil in the Autoplot project/.html'>org.autoplot.state.SerializeUtil in the Autoplot project.</a> in the Autoplot project.<br>
<br><br>
<a href="https://github.com/autoplot/dev/search?q=register&unscoped_q=register">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/qstream/SerializeRegistry.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/qstream/SerializeRegistry.html#register">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/qstream/SerializeRegistry.java">[view source]</a>
<br>
<br>