public interface RawDataConnector extends DataConnector
DataConnector.TYPEvoid save(String locator, String data) throws IOException
locator - the place where to save the String.data - the data to saveIOException - when serialization fails.String load(String locator) throws IOException
locator - the place where to load the String.IOException - when serialization fails.Plealog Software - 2003-2017