Class BigDecimalMarshaller

java.lang.Object
org.wildfly.clustering.marshalling.protostream.math.BigDecimalMarshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<BigDecimal>, org.infinispan.protostream.ProtobufTagMarshaller<BigDecimal>, Marshallable<BigDecimal>, ProtoStreamMarshaller<BigDecimal>, Readable<BigDecimal>, Writable<BigDecimal>

public class BigDecimalMarshaller extends Object implements ProtoStreamMarshaller<BigDecimal>
Marshaller for BigDecimal.
Author:
Paul Ferraro
  • Constructor Details

    • BigDecimalMarshaller

      public BigDecimalMarshaller()
  • Method Details