Serialized Form
-
Package de.iip_ecosphere.platform.support
-
Class de.iip_ecosphere.platform.support.AtomicDouble
class AtomicDouble extends Number implements Serializable- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
Reconstitutes the instance from a stream (that is, deserializes it).- Parameters:
stream- the stream to read from- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves the state to a stream (that is, serializes it).- Serial Data:
- The current value is emitted (a
double). - Parameters:
stream- the stream to write to- Throws:
IOException
-
-
Class de.iip_ecosphere.platform.support.ServerAddress
class ServerAddress extends Object implements Serializable- serialVersionUID:
- 8156403656922810328L
-
-
Package de.iip_ecosphere.platform.support.json
-
Class de.iip_ecosphere.platform.support.json.JsonResultWrapper
class JsonResultWrapper extends Object implements Serializable- serialVersionUID:
- 6531890963314078947L
-
Serialized Fields
-
func
JsonResultWrapper.ExceptionFunction func
-
listener
JsonResultWrapper.OperationCompletedListener listener
-
taskIdSupplier
Function<Object[],
String> taskIdSupplier
-
-
Class de.iip_ecosphere.platform.support.json.JsonResultWrapper.Result
class Result extends Object implements Serializable- serialVersionUID:
- -4586150559933545643L
-