public class DsonDeserializer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DsonDeserializer.Sel |
static class |
DsonDeserializer.Sub |
static class |
DsonDeserializer.UD |
| Modifier and Type | Field and Description |
|---|---|
protected DsonCharInput |
in |
protected DsonTypeMapper |
mapper |
| Constructor and Description |
|---|
DsonDeserializer(DsonCharInput in,
DsonTypeMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isIdPart(int ch) |
protected boolean |
isIdStart(int ch) |
protected boolean |
isStringValue(Class type) |
static void |
main(String[] a) |
protected void |
readArray(Object target,
FSTClazzInfo.FSTFieldInfo field) |
protected void |
readFields(String implied,
Object target,
FSTClazzInfo clz) |
protected String |
readId() |
protected long |
readLong() |
protected String |
readNums() |
Object |
readObject() |
protected String |
readString(boolean quoted) |
protected void |
readValue(Object target,
FSTClazzInfo.FSTFieldInfo field) |
protected void |
skipWS() |
protected DsonCharInput in
protected DsonTypeMapper mapper
public DsonDeserializer(DsonCharInput in, DsonTypeMapper mapper)
protected void skipWS()
protected void readFields(String implied, Object target, FSTClazzInfo clz) throws Exception
Exceptionprotected void readValue(Object target, FSTClazzInfo.FSTFieldInfo field) throws Exception
Exceptionprotected void readArray(Object target, FSTClazzInfo.FSTFieldInfo field) throws Exception
Exceptionprotected boolean isStringValue(Class type)
protected long readLong()
protected String readString(boolean quoted)
protected String readNums()
protected String readId()
protected boolean isIdPart(int ch)
protected boolean isIdStart(int ch)
Copyright © 2014. All rights reserved.