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

All Known Subinterfaces:
Table<E>
All Known Implementing Classes:
ArrayTable, SelectionExecutor.ArrayTableWithAccessibleTableInternal, TableAbstract, TableBasic

public interface TableSerializable<E>

This interface adds methods which allows a Table to serialize into XML format and restore from there.

Author:
Omnaest

Nested Class Summary
static interface TableSerializable.TableSerializer<E>
          A TableSerializable.TableSerializer offers methods to TableSerializable.TableSerializer.marshal(TableMarshaller) and TableSerializable.TableSerializer.unmarshal(TableUnmarshaller) an underlying Table instance into serializable format.
 
Method Summary
 TableSerializable.TableSerializer<E> serializer()
           
 

Method Detail

serializer

TableSerializable.TableSerializer<E> serializer()
Returns:
See Also:
TableSerializable.TableSerializer


Copyright © 2011. All Rights Reserved.