Uses of Class
org.gatein.pc.portlet.state.StateConversionException
-
Packages that use StateConversionException Package Description org.gatein.pc.portlet.impl.state org.gatein.pc.portlet.state -
-
Uses of StateConversionException in org.gatein.pc.portlet.impl.state
Methods in org.gatein.pc.portlet.impl.state that throw StateConversionException Modifier and Type Method Description <S extends Serializable>
SStateConverterV0. marshall(org.gatein.pc.api.PortletStateType<S> stateType, PortletState state)byte[]StateConverterV0. marshall(PortletState state)PortletStateStateConverterV0. unmarshall(byte[] marshalledState)<S extends Serializable>
PortletStateStateConverterV0. unmarshall(org.gatein.pc.api.PortletStateType<S> stateType, S marshalledState) -
Uses of StateConversionException in org.gatein.pc.portlet.state
Methods in org.gatein.pc.portlet.state that throw StateConversionException Modifier and Type Method Description <S extends Serializable>
SStateConverter. marshall(org.gatein.pc.api.PortletStateType<S> stateType, PortletState state)Marshall the producer state as a byte array.<S extends Serializable>
PortletStateStateConverter. unmarshall(org.gatein.pc.api.PortletStateType<S> stateType, S marshalledState)Unmarshall the producer state from a byte array.
-