Uses of Class
org.gatein.pc.portlet.state.StateConversionException
Packages that use StateConversionException
-
Uses of StateConversionException in org.gatein.pc.portlet.impl.state
Methods in org.gatein.pc.portlet.impl.state that throw StateConversionExceptionModifier and TypeMethodDescription<S extends Serializable>
SStateConverterV0.marshall(org.gatein.pc.api.PortletStateType<S> stateType, PortletState state) byte[]StateConverterV0.marshall(PortletState state) StateConverterV0.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 StateConversionExceptionModifier and TypeMethodDescription<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.