public interface IValueProvider extends IModelExtension
MODEL_ID| Modifier and Type | Method and Description |
|---|---|
IValue |
read(java.lang.String type, ValueInputStream stream)
parses the data into an IValue
|
void |
write(IValue value, ValueOutputStream stream)
serializes the IValue to the given stream
|
modelIDIValue read(java.lang.String type, ValueInputStream stream) throws java.io.IOException, InvalidValueException
java.io.IOExceptionInvalidValueExceptionvoid write(IValue value, ValueOutputStream stream) throws java.io.IOException, InvalidValueException
java.io.IOExceptionInvalidValueException