Class MarshallValueImpl

java.lang.Object
com.sdicons.json.serializer.marshall.MarshallValueImpl
All Implemented Interfaces:
MarshallValue

public class MarshallValueImpl extends Object implements MarshallValue
  • Constructor Details

    • MarshallValueImpl

      public MarshallValueImpl(boolean aBool)
    • MarshallValueImpl

      public MarshallValueImpl(byte aByte)
    • MarshallValueImpl

      public MarshallValueImpl(char aChar)
    • MarshallValueImpl

      public MarshallValueImpl(double aDouble)
    • MarshallValueImpl

      public MarshallValueImpl(float aFloat)
    • MarshallValueImpl

      public MarshallValueImpl(int aInt)
    • MarshallValueImpl

      public MarshallValueImpl(long aLong)
    • MarshallValueImpl

      public MarshallValueImpl(short aShort)
    • MarshallValueImpl

      public MarshallValueImpl(Object aReference)
  • Method Details