Class UnbackedMemberIdentifierMarshaller<X>

java.lang.Object
org.wildfly.clustering.weld.annotated.slim.unbacked.UnbackedMemberIdentifierMarshaller<X>
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>>, org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>>, Marshallable<org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>>, ProtoStreamMarshaller<org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>>, Readable<org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>>, Writable<org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>>

public class UnbackedMemberIdentifierMarshaller<X> extends Object implements ProtoStreamMarshaller<org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>>
Marshaller for a UnbackedMemberIdentifier.
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller

    org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>>
     
    org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X>
     
    void
    writeTo(ProtoStreamWriter writer, org.jboss.weld.annotated.slim.unbacked.UnbackedMemberIdentifier<X> identifier)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable

    size

    Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller

    getTypeName, read, write
  • Constructor Details

    • UnbackedMemberIdentifierMarshaller

      public UnbackedMemberIdentifierMarshaller()
  • Method Details