T
- public interface IDetachCodec<T>
Modifier and Type | Method and Description |
---|---|
T |
attach(Serializable detached)
Converts an object into its attached representation.
|
Serializable |
detach(T object)
Converts an object to its detached representation
|
Serializable detach(T object)
object
- object
T attach(Serializable detached)
detach(Object)
method to obtain the detached state.detached
- detached representation obtained via a previous call to detach(Object)
Copyright © 2015. All rights reserved.