Package | Description |
---|---|
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
Modifier and Type | Method and Description |
---|---|
static MarshallerConfig |
StateMarshaller.getConfig()
Returns marshaller configuration.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
StateMarshaller.marshall(Object state,
boolean format,
MarshallerConfig config)
Saves a model instance state to a byte array.
|
byte[] |
StateMarshaller.marshall(Object state,
MarshallerConfig config)
Saves a model instance state to a byte array.
|
byte[] |
ModelInstanceMarshaller.storeState(ModelInstance modelInstance,
MarshallerConfig config)
Filter a model instance and store it as array of bytes.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.