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
|
modelID
IValue read(java.lang.String type, ValueInputStream stream) throws java.io.IOException, InvalidValueException
java.io.IOException
InvalidValueException
void write(IValue value, ValueOutputStream stream) throws java.io.IOException, InvalidValueException
java.io.IOException
InvalidValueException