org.omnaest.utils.structure.table.subspecification
Interface TableSerializable.TableSerializer.TableUnmarshallerExecutor<E>

Type Parameters:
E -
All Superinterfaces:
Serializable
All Known Implementing Classes:
TableUnmarshallerExecutorAbstract, TableUnmarshallerExecutorImpl
Enclosing interface:
TableSerializable.TableSerializer<E>

public static interface TableSerializable.TableSerializer.TableUnmarshallerExecutor<E>
extends Serializable

Author:
Omnaest
See Also:
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

from

Table<E> from(CharSequence charSequence)
Reads a CharSequence and unmarshalls it into the underlying Table

Parameters:
charSequence -
Returns:
Table

from

Table<E> from(String string)
Reads a String and unmarshalls it into the underlying Table

Parameters:
string -
Returns:
Table

from

Table<E> from(InputStream inputStream)
Reads a InputStream and unmarshalls it into the underlying Table

Parameters:
inputStream -
Returns:
Table

from

Table<E> from(File file)
Reads the given File and unmarshalls it into the underlying Table

Parameters:
file -
Returns:
Table


Copyright © 2011. All Rights Reserved.