Package | Description |
---|---|
net.jini.io |
Provides I/O interfaces and utility classes.
|
org.apache.river.api.io |
Modifier and Type | Method and Description |
---|---|
protected MarshalFactory |
MarshalledInstance.getMarshalFactory()
Sub classes implement this method to use alternative Serialization
frameworks to unmarshall data.
|
Constructor and Description |
---|
MarshalledInstance(Object obj,
Collection context,
MarshalFactory marshalFactory)
Creates a new
MarshalledInstance that contains the
marshalled representation of the current state of the supplied
object. |
Modifier and Type | Method and Description |
---|---|
protected MarshalFactory |
AtomicMarshalledInstance.getMarshalFactory() |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.