Project

General

Profile

« Previous | Next » 

Revision 6252

share the deserializer method with subclasses

View differences:

src/edu/ucsb/nceas/metacat/restservice/ResourceHandler.java
1465 1465
     * @param is the stream to deserialize from
1466 1466
     * @throws JiBXException
1467 1467
     */
1468
    private Object deserializeServiceType(Class type, InputStream is)
1468
    protected Object deserializeServiceType(Class type, InputStream is)
1469 1469
      throws JiBXException
1470 1470
    {
1471 1471
        return ServiceTypeUtil.deserializeServiceType(type, is);

Also available in: Unified diff