Package | Description |
---|---|
net.jini.io |
Provides I/O interfaces and utility classes.
|
org.apache.river.api.io |
Modifier and Type | Interface and Description |
---|---|
interface |
MarshalInstanceInput |
interface |
MarshalInstanceOutput |
Modifier and Type | Class and Description |
---|---|
class |
MarshalInputStream
An extension of
ObjectInputStream that implements the
dynamic class loading semantics of Java(TM) Remote Method
Invocation (Java RMI) argument and result
unmarshalling (using ClassLoading ). |
class |
MarshalOutputStream
An extension of
ObjectOutputStream that implements the
dynamic class loading semantics of Java(TM) Remote Method Invocation
(Java RMI) argument and result
marshalling (using ClassLoading ). |
Modifier and Type | Class and Description |
---|---|
class |
AtomicMarshalInputStream
ObjectInputStream hardened against DOS attack.
|
class |
AtomicMarshalOutputStream
This AtomicMarshalOutputStream, replaces a number of Java Object's in the stream
with Serializer's that ordinarily would not be deserializable by
AtomicMarshalInputStream or would not be safe to be deserialized, this
includes, but is not limited to Java Collections classes, Throwable
subclasses and object versions of primitive values.
|
static class |
AtomicSerial.GetArg
GetArg is the single argument to AtomicSerial's constructor
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.