org.omnaest.utils.structure.table.concrete.internal.serializer.executor
Class TableUnmarshallerExecutorImpl<E>
java.lang.Object
org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorAbstract<E>
org.omnaest.utils.structure.table.concrete.internal.serializer.executor.TableUnmarshallerExecutorImpl<E>
- Type Parameters:
E -
- All Implemented Interfaces:
- Serializable, TableSerializable.TableSerializer.TableUnmarshallerExecutor<E>
public class TableUnmarshallerExecutorImpl<E>
- extends TableUnmarshallerExecutorAbstract<E>
- Author:
- Omnaest
- See Also:
TableSerializable.TableSerializer.TableUnmarshallerExecutor,
TableUnmarshallerExecutorAbstract,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableUnmarshallerExecutorImpl
public TableUnmarshallerExecutorImpl(TableUnmarshaller<E> tableUnmarshaller,
Table<E> table)
- Parameters:
tableUnmarshaller - table -
from
public Table<E> from(InputStream inputStream)
- Description copied from interface:
TableSerializable.TableSerializer.TableUnmarshallerExecutor
- Reads a
InputStream and unmarshalls it into the underlying Table
- Returns:
Table
from
public Table<E> from(CharSequence charSequence)
- Description copied from interface:
TableSerializable.TableSerializer.TableUnmarshallerExecutor
- Reads a
CharSequence and unmarshalls it into the underlying Table
- Returns:
Table
Copyright © 2011. All Rights Reserved.