Uses of Interface
org.jcsp.net.dynamic.SerializedData.InputStreamFactory
Packages that use SerializedData.InputStreamFactory
Package
Description
Supports dynamic operations over the JCSP.NET infrastructure.
-
Uses of SerializedData.InputStreamFactory in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement SerializedData.InputStreamFactoryModifier and TypeClassDescriptionprivate class
Factory for creating instances ofAdvancedObjectInputStream
bound to a given class manager.private class
Implementation of theInputStreamFactory
to create aObjectInputStream
.Methods in org.jcsp.net.dynamic with parameters of type SerializedData.InputStreamFactoryModifier and TypeMethodDescriptionSerializedData.get
(SerializedData.InputStreamFactory factory) Deserializes the object from the byte[] array and returns it.