Package ch.javasoft.jbase.marshal

The jbase.marshal package contains marshaller implementations for common object types such as strings or number types.

See:
          Description

Class Summary
BigDecimalMarshaller The BigDecimalMarshaller can be used as marshaller for big decimal numbers together with variable width tables.
BigIntegerMarshaller The BigIntegerMarshaller can be used as marshaller for big integer numbers together with variable width tables.
PrimitiveArrayMarshallers PrimitiveArrayMarshallers contains constants and static methods to access marshallers for one dimensional arrays of primitive data types.
PrimitiveMarshallers This class contains constant FixedWidthMarshaller instances for all Java primitive data types.
StringMarshaller A StringMarshaller is a marshaller for strings, not necessarily encoded with UTF characters.
UtfStringMarshaller A UtfStringMarshaller is a marshaller for strings coded UTF conformly.
 

Package ch.javasoft.jbase.marshal Description

The jbase.marshal package contains marshaller implementations for common object types such as strings or number types.