Package | Description |
---|---|
org.jboss.errai.marshalling.client.api | |
org.jboss.errai.marshalling.client.marshallers |
Modifier and Type | Class and Description |
---|---|
class |
ArrayMarshallerWrapper
A marshaller that wraps another marshaller, producing and consuming arrays of
objects handled by that marshaller.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNumberMarshaller<C extends Number> |
class |
BigDecimalMarshaller |
class |
BigIntegerMarshaller |
class |
BooleanMarshaller |
class |
ByteMarshaller |
class |
CharacterMarshaller |
class |
DateMarshaller |
class |
DoubleMarshaller |
class |
FallbackExceptionMarshaller
this marshaller is intentionally not marked ServerMarshaller or ClientMarshaller because it is
used only to marshal exceptions not handled elsewhere
|
class |
FloatMarshaller |
class |
IntegerMarshaller |
class |
LongMarshaller |
class |
ObjectMarshaller
This class is used to handle untyped Objects on the wire.
|
class |
QualifyingMarshallerWrapper<T>
Used to wrap marshallers annotated with
AlwaysQualify |
class |
ShortMarshaller |
class |
SQLDateMarshaller |
class |
StringBufferMarshaller |
class |
StringBuilderMarshaller |
class |
StringMarshaller |
class |
TimeMarshaller |
class |
TimestampMarshaller |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.