Interface StateConverter

All Known Implementing Classes:
StateConverterV0

public interface StateConverter
Version:
$Revision: 5873 $
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
    <S extends Serializable>
    S
    marshall(org.gatein.pc.api.PortletStateType<S> stateType, PortletState state)
    Marshall the producer state as a byte array.
    unmarshall(org.gatein.pc.api.PortletStateType<S> stateType, S marshalledState)
    Unmarshall the producer state from a byte array.