Class TargetBeanInstanceMarshaller

java.lang.Object
org.wildfly.clustering.weld.bean.proxy.TargetBeanInstanceMarshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.bean.proxy.TargetBeanInstance>, org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.bean.proxy.TargetBeanInstance>, Marshallable<org.jboss.weld.bean.proxy.TargetBeanInstance>, ProtoStreamMarshaller<org.jboss.weld.bean.proxy.TargetBeanInstance>, Readable<org.jboss.weld.bean.proxy.TargetBeanInstance>, Writable<org.jboss.weld.bean.proxy.TargetBeanInstance>

public class TargetBeanInstanceMarshaller extends Object implements ProtoStreamMarshaller<org.jboss.weld.bean.proxy.TargetBeanInstance>
Author:
Paul Ferraro
  • Constructor Details

    • TargetBeanInstanceMarshaller

      public TargetBeanInstanceMarshaller()
  • Method Details

    • getJavaClass

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

      public org.jboss.weld.bean.proxy.TargetBeanInstance readFrom(ProtoStreamReader reader) throws IOException
      Specified by:
      readFrom in interface Readable<org.jboss.weld.bean.proxy.TargetBeanInstance>
      Throws:
      IOException
    • writeTo

      public void writeTo(ProtoStreamWriter writer, org.jboss.weld.bean.proxy.TargetBeanInstance source) throws IOException
      Specified by:
      writeTo in interface Writable<org.jboss.weld.bean.proxy.TargetBeanInstance>
      Throws:
      IOException