Class AnnotatedTypeIdentifierMarshaller

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

public class AnnotatedTypeIdentifierMarshaller extends Object implements ProtoStreamMarshaller<org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier>
Marshaller for an AnnotatedTypeIdentifier.
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.AnnotatedTypeIdentifier>
     
    org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier
     
    void
    writeTo(ProtoStreamWriter writer, org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier 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

    • AnnotatedTypeIdentifierMarshaller

      public AnnotatedTypeIdentifierMarshaller()
  • Method Details

    • getJavaClass

      public Class<? extends org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier> getJavaClass()
      Specified by:
      getJavaClass in interface org.infinispan.protostream.BaseMarshaller<org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier>
      Specified by:
      getJavaClass in interface Marshallable<org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier>
    • readFrom

      public org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier readFrom(ProtoStreamReader reader) throws IOException
      Specified by:
      readFrom in interface Readable<org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier>
      Throws:
      IOException
    • writeTo

      public void writeTo(ProtoStreamWriter writer, org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier identifier) throws IOException
      Specified by:
      writeTo in interface Writable<org.jboss.weld.annotated.slim.AnnotatedTypeIdentifier>
      Throws:
      IOException