|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public static interface TableSerializable.TableSerializer.TableUnmarshallerExecutor<E>
TableSerializable.TableSerializer| Method Summary | |
|---|---|
Table<E> |
from(CharSequence charSequence)
Reads a CharSequence and unmarshalls it into the underlying Table |
Table<E> |
from(File file)
Reads the given File and unmarshalls it into the underlying Table |
Table<E> |
from(InputStream inputStream)
Reads a InputStream and unmarshalls it into the underlying Table |
Table<E> |
from(String string)
Reads a String and unmarshalls it into the underlying Table |
| Method Detail |
|---|
Table<E> from(CharSequence charSequence)
CharSequence and unmarshalls it into the underlying Table
charSequence -
TableTable<E> from(String string)
String and unmarshalls it into the underlying Table
string -
TableTable<E> from(InputStream inputStream)
InputStream and unmarshalls it into the underlying Table
inputStream -
TableTable<E> from(File file)
File and unmarshalls it into the underlying Table
file -
Table
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||