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() |
ClassLoader getClassLoader()
int getCurrentVersion()
org.jboss.marshalling.Unmarshaller createUnmarshaller(int version) throws IOException
IOException
org.jboss.marshalling.Marshaller createMarshaller(int version) throws IOException
IOException
Copyright © 2015 JBoss by Red Hat. All rights reserved.