-
All Superinterfaces:
-
java.io.Serializable
class SerializableProxy
extends java.lang.Object
implements java.io.Serializable
An object that could be used as a proxy for serializing an object.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
-
Since:
-
Constructor Summary
Action Summary
Modifier and type |
Action and description |
T |
getValue(int)
Replies the value at the given index. |
Modifier and type |
Action and description |
T |
getValue(int)
Replies the value at the given index. |
Constructor Details
-
new(Class<T>,Object*)
-
new(Class<T>,Object*)
Construct a proxy.
-
Parameters:
-
type -
values -
Action Details
-
getValue(int)
-
def getValue(int) : T with T
Replies the value at the given index.
-
Parameters:
-
<T> -
index -
-
Returns:
-