Serializable
in the 1.0 version of the spec. It was also not a
static inner class, so it can't be made to be Serializable
. Therefore, it is being deprecated in version
1.2 of the spec. The replacement is to use an implementation dependent Object
.@Deprecated public class StateManager.SerializedView extends Object
Convenience struct for encapsulating tree structure and component state. This is necessary to allow the API to be flexible enough to work in Jakarta Server Pages and non-Jakarta Server Pages environments.
Constructor and Description |
---|
SerializedView(Object newStructure,
Object newState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
getState()
Deprecated.
|
Object |
getStructure()
Deprecated.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.