Class IdentityContainerMarshaller

  • All Implemented Interfaces:
    org.infinispan.protostream.BaseMarshaller<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>, org.infinispan.protostream.ProtobufTagMarshaller<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>, Marshallable<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>, ProtoStreamMarshaller<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>

    public class IdentityContainerMarshaller
    extends Object
    implements ProtoStreamMarshaller<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>
    Marshaller for an ServletSecurityContextImpl.IdentityContainer.
    Author:
    Paul Ferraro
    • Constructor Detail

      • IdentityContainerMarshaller

        public IdentityContainerMarshaller()
    • Method Detail

      • getJavaClass

        public Class<? extends org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer> getJavaClass()
        Specified by:
        getJavaClass in interface org.infinispan.protostream.BaseMarshaller<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>
        Specified by:
        getJavaClass in interface Marshallable<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>
      • readFrom

        public org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer readFrom​(ProtoStreamReader reader)
                                                                                                              throws IOException
        Specified by:
        readFrom in interface Marshallable<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>
        Throws:
        IOException
      • writeTo

        public void writeTo​(ProtoStreamWriter writer,
                            org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer container)
                     throws IOException
        Specified by:
        writeTo in interface Marshallable<org.wildfly.elytron.web.undertow.server.servlet.ServletSecurityContextImpl.IdentityContainer>
        Throws:
        IOException