Interface ObjectStreamFactory<T,P>
public interface ObjectStreamFactory<T,P>
-
Method Summary
-
Method Details
-
getParameters
-
create
Creates anObjectStreamof the template typeT.- Parameters:
args- arguments- Returns:
- The created
ObjectStreaminstance.
-