java.lang.Object
com.sun.faces.util.copier.SerializationCopier
- All Implemented Interfaces:
Copier
Copier that copies an object by serializing and subsequently deserializing it again.
As per the platform serialization rules, the object and all its non transient dependencies have to implement the
Serializable
interface.
- Since:
- 2.3
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SerializationCopier
public SerializationCopier()
-
-
Method Details
-
copy
-