erland.util
Interface ParameterSerializable


public interface ParameterSerializable

Defines an interface for objects that can serialize their parameters to a ParameterValueStorageExInterface

Author:
Erland Isaksson

Method Summary
 void read(ParameterValueStorageExInterface in)
          Read all parameters from a storage
 void write(ParameterValueStorageExInterface out)
          Write all parameters to a storage
 

Method Detail

write

void write(ParameterValueStorageExInterface out)
Write all parameters to a storage

Parameters:
out - ParameterValueStorageExInterface object to write to

read

void read(ParameterValueStorageExInterface in)
Read all parameters from a storage

Parameters:
in - ParameterValueStorageExInterface to read from


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.