JavaScript is disabled on your browser.
Skip navigation links
WildFly Clustering: Marshalling: JBoss Marshalling 7.0.7.Final
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.wildfly.clustering.marshalling.jboss
Interface Writable<T>
Type Parameters:
T
- the target type
public interface
Writable<T>
Author:
Paul Ferraro
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
write
(org.jboss.marshalling.Marshaller marshaller,
T
object)
Method Details
write
void
write
(org.jboss.marshalling.Marshaller marshaller,
T
object)
throws
IOException
Throws:
IOException