Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.marshallers
Class LinkedMapMarshaller

java.lang.Object
  extended by org.jboss.errai.marshalling.client.marshallers.MapMarshaller<LinkedHashMap<Object,Object>>
      extended by org.jboss.errai.marshalling.client.marshallers.LinkedMapMarshaller
All Implemented Interfaces:
Marshaller<LinkedHashMap<Object,Object>>

public class LinkedMapMarshaller
extends MapMarshaller<LinkedHashMap<Object,Object>>

Author:
Mike Brock

Field Summary
 
Fields inherited from class org.jboss.errai.marshalling.client.marshallers.MapMarshaller
INSTANCE
 
Constructor Summary
LinkedMapMarshaller()
           
 
Method Summary
 LinkedHashMap<Object,Object> demarshall(EJValue o, MarshallingSession ctx)
           
 LinkedHashMap[] getEmptyArray()
          Returns an empty array of the type handled by this marshaller.
 
Methods inherited from class org.jboss.errai.marshalling.client.marshallers.MapMarshaller
doDemarshall, marshall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedMapMarshaller

public LinkedMapMarshaller()
Method Detail

demarshall

public LinkedHashMap<Object,Object> demarshall(EJValue o,
                                               MarshallingSession ctx)
Specified by:
demarshall in interface Marshaller<LinkedHashMap<Object,Object>>
Overrides:
demarshall in class MapMarshaller<LinkedHashMap<Object,Object>>

getEmptyArray

public LinkedHashMap[] getEmptyArray()
Description copied from interface: Marshaller
Returns an empty array of the type handled by this marshaller. Useful in conjunction with List.toArray(T[]).

Specified by:
getEmptyArray in interface Marshaller<LinkedHashMap<Object,Object>>
Overrides:
getEmptyArray in class MapMarshaller<LinkedHashMap<Object,Object>>
Returns:
a one-dimensional zero-length array of the type handled by this marshaller.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.