Package | Description |
---|---|
org.kie.api.marshalling |
Marshalling classes are used to marshall and unmarshal StatefulKieSessions
See KieMarshallers for more detailed information.
|
Modifier and Type | Method and Description |
---|---|
ObjectMarshallingStrategy |
ObjectMarshallingStrategyStore.getStrategy(int index) |
ObjectMarshallingStrategy |
ObjectMarshallingStrategyStore.getStrategyObject(Object object) |
ObjectMarshallingStrategy |
ObjectMarshallingStrategyStore.getStrategyObject(String strategyClassName) |
ObjectMarshallingStrategy |
KieMarshallers.newIdentityMarshallingStrategy() |
ObjectMarshallingStrategy |
KieMarshallers.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) |
ObjectMarshallingStrategy |
KieMarshallers.newSerializeMarshallingStrategy() |
ObjectMarshallingStrategy |
KieMarshallers.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) |
Modifier and Type | Method and Description |
---|---|
Marshaller |
KieMarshallers.newMarshaller(KieBase kbase,
ObjectMarshallingStrategy[] strategies)
This will override the strategies specified in the ksession or environment.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.