@Contract
public interface DataProvider
byte[] and back.ServiceLoader| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Class clazz) |
Object |
toInstance(InputStream stream,
Class clazz) |
void |
writeToStream(Object o,
OutputStream stream) |
boolean accept(Class clazz)
void writeToStream(Object o, OutputStream stream) throws IOException
IOExceptionObject toInstance(InputStream stream, Class clazz) throws IOException
IOExceptionCopyright © 2017. All rights reserved.