public class StringDeserializer extends Object implements IDeserializer
StringSerializationFactory| Constructor and Description |
|---|
StringDeserializer(InputStream is) |
StringDeserializer(InputStream is,
String charset) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize()
Deserialize and return the next object from the current state.
|
String |
getCharset() |
void |
setCharset(String charset) |
public StringDeserializer(InputStream is)
public StringDeserializer(InputStream is, String charset)
public Object deserialize() throws IOException
IDeserializerdeserialize in interface IDeserializerIOExceptionpublic String getCharset()
public void setCharset(String charset)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.