Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server.api
Interface ServerMarshaller<V>

All Superinterfaces:
Marshaller<V>
All Known Implementing Classes:
DefaultDefinitionMarshaller

public interface ServerMarshaller<V>
extends Marshaller<V>

Author:
Mike Brock

Method Summary
 void marshall(OutputStream stream, V o, MarshallingSession ctx)
           
 
Methods inherited from interface org.jboss.errai.marshalling.client.api.Marshaller
demarshall, getEmptyArray, marshall
 

Method Detail

marshall

void marshall(OutputStream stream,
              V o,
              MarshallingSession ctx)
              throws IOException
Throws:
IOException

Errai 3.0.1-SNAPSHOT

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