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