| Package | Description |
|---|---|
| org.gatein.pc.portlet.impl.state | |
| org.gatein.pc.portlet.state |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
StateConverterV0.marshall(PortletState state) |
<S extends Serializable> |
StateConverterV0.marshall(PortletStateType<S> stateType,
PortletState state) |
PortletState |
StateConverterV0.unmarshall(byte[] marshalledState) |
<S extends Serializable> |
StateConverterV0.unmarshall(PortletStateType<S> stateType,
S marshalledState) |
| Modifier and Type | Method and Description |
|---|---|
<S extends Serializable> |
StateConverter.marshall(PortletStateType<S> stateType,
PortletState state)
Marshall the producer state as a byte array.
|
<S extends Serializable> |
StateConverter.unmarshall(PortletStateType<S> stateType,
S marshalledState)
Unmarshall the producer state from a byte array.
|
Copyright © 2003-2017 GateIn. All Rights Reserved.