public class ProvidenceObjectParser extends Object implements com.google.api.client.util.ObjectParser
| Constructor and Description |
|---|
ProvidenceObjectParser(net.morimekta.providence.serializer.Serializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
parseAndClose(InputStream inputStream,
Charset charset,
Class<T> aClass) |
Object |
parseAndClose(InputStream inputStream,
Charset charset,
Type type) |
<T> T |
parseAndClose(Reader reader,
Class<T> aClass) |
Object |
parseAndClose(Reader reader,
Type type) |
public ProvidenceObjectParser(net.morimekta.providence.serializer.Serializer serializer)
public <T> T parseAndClose(InputStream inputStream, Charset charset, Class<T> aClass) throws IOException
parseAndClose in interface com.google.api.client.util.ObjectParserIOExceptionpublic Object parseAndClose(InputStream inputStream, Charset charset, Type type) throws IOException
parseAndClose in interface com.google.api.client.util.ObjectParserIOExceptionpublic <T> T parseAndClose(Reader reader, Class<T> aClass) throws IOException
parseAndClose in interface com.google.api.client.util.ObjectParserIOExceptionpublic Object parseAndClose(Reader reader, Type type) throws IOException
parseAndClose in interface com.google.api.client.util.ObjectParserIOExceptionCopyright © 2015–2020 morimekta.net. All rights reserved.