Revision 6252
Added by ben leinfelder over 13 years ago
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
share the deserializer method with subclasses