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

<hr>
<a name="getByName-java.lang.String"></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='https://cottagesystems.com/~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="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qstream/SerializeRegistry.html#getByName-java.lang.String">[view on old javadoc]</a>
 <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/qstream/SerializeRegistry.java#L69">[view source]</a>
<br>
<br>
<hr>
<a name="getDelegate-java.lang.Class"></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='https://cottagesystems.com/~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="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qstream/SerializeRegistry.html#getDelegate-java.lang.Class">[view on old javadoc]</a>
 <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/qstream/SerializeRegistry.java#L56">[view source]</a>
<br>
<br>
<hr>
<a name="register-java.lang.Class-org.das2.qstream.SerializeDelegate"></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='https://cottagesystems.com/~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='https://cottagesystems.com/~jbf/autoplot/doc/org/autoplot/state/SerializeUtilintheAutoplotproject/.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="https://cottagesystems.com/~jbf/autoplot/doc2018/org/das2/qstream/SerializeRegistry.html#register-java.lang.Class-org.das2.qstream.SerializeDelegate">[view on old javadoc]</a>
 <a href="https://github.com/das-developers/das2java/tree/main/dasCore/src/org/das2/qstream/SerializeRegistry.java#L46">[view source]</a>
<br>
<br>