public interface MarshallingContext
MarshalledValue
.Modifier and Type | Method and Description |
---|---|
org.jboss.marshalling.Marshaller |
createMarshaller(int version) |
org.jboss.marshalling.Unmarshaller |
createUnmarshaller(int version) |
ClassLoader |
getClassLoader() |
int |
getCurrentVersion() |
boolean |
isMarshallable(Object object)
Indicates whether the specified object can be marshalled.
|
ClassLoader getClassLoader()
int getCurrentVersion()
org.jboss.marshalling.Unmarshaller createUnmarshaller(int version) throws IOException
IOException
org.jboss.marshalling.Marshaller createMarshaller(int version) throws IOException
IOException
boolean isMarshallable(Object object)
object
- an object to be marshalledCopyright © 2017 JBoss by Red Hat. All rights reserved.