com.threerings.nexus.net
Class Streamer_Upstream.ServiceCall

java.lang.Object
  extended by com.threerings.nexus.net.Streamer_Upstream.ServiceCall
All Implemented Interfaces:
Streamer<Upstream.ServiceCall>
Enclosing class:
Streamer_Upstream

public static class Streamer_Upstream.ServiceCall
extends Object
implements Streamer<Upstream.ServiceCall>

Handles the streaming of Upstream.ServiceCall instances.


Constructor Summary
Streamer_Upstream.ServiceCall()
           
 
Method Summary
 Class<?> getObjectClass()
          Returns the concrete class handled by this streamer.
 Upstream.ServiceCall readObject(Streamable.Input in)
          Instantiates an instance of the appropriate type using data read from the supplied input.
 void writeObject(Streamable.Output out, Upstream.ServiceCall obj)
          Writes the supplied instance to the supplied output.
static void writeObjectImpl(Streamable.Output out, Upstream.ServiceCall obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Streamer_Upstream.ServiceCall

public Streamer_Upstream.ServiceCall()
Method Detail

getObjectClass

public Class<?> getObjectClass()
Description copied from interface: Streamer
Returns the concrete class handled by this streamer.

Specified by:
getObjectClass in interface Streamer<Upstream.ServiceCall>

writeObject

public void writeObject(Streamable.Output out,
                        Upstream.ServiceCall obj)
Description copied from interface: Streamer
Writes the supplied instance to the supplied output.

Specified by:
writeObject in interface Streamer<Upstream.ServiceCall>

readObject

public Upstream.ServiceCall readObject(Streamable.Input in)
Description copied from interface: Streamer
Instantiates an instance of the appropriate type using data read from the supplied input.

Specified by:
readObject in interface Streamer<Upstream.ServiceCall>

writeObjectImpl

public static void writeObjectImpl(Streamable.Output out,
                                   Upstream.ServiceCall obj)


Copyright © 2013. All Rights Reserved.