Package | Description |
---|---|
org.drools.marshalling |
Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions
See MarshallerFactory for more detailed information.
|
Modifier and Type | Method and Description |
---|---|
static ObjectMarshallingStrategyAcceptor |
MarshallerFactory.newClassFilterAcceptor(String[] patterns) |
ObjectMarshallingStrategyAcceptor |
MarshallerProvider.newClassFilterAcceptor(String[] patterns) |
Modifier and Type | Method and Description |
---|---|
static ObjectMarshallingStrategy |
MarshallerFactory.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) |
ObjectMarshallingStrategy |
MarshallerProvider.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) |
static ObjectMarshallingStrategy |
MarshallerFactory.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) |
ObjectMarshallingStrategy |
MarshallerProvider.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.