public class SerializationCopier extends Object implements Copier
As per the platform serialization rules, the object and all its non transient dependencies have
to implement the Serializable
interface.
Constructor and Description |
---|
SerializationCopier() |
Modifier and Type | Method and Description |
---|---|
Object |
copy(Object object)
Return an object that's logically a copy of the given object.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.