All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.threerings.nexus.distrib.Streamer_NexusEvent Maven / Gradle / Ivy

The newest version!
//
// Nexus Core - a framework for developing distributed applications
// http://github.com/threerings/nexus/blob/master/LICENSE

package com.threerings.nexus.distrib;

import com.threerings.nexus.io.Streamable;
import com.threerings.nexus.io.Streamer;

/**
 * Handles the streaming of {@link NexusEvent} and/or nested classes.
 */
public class Streamer_NexusEvent
{
    public static  void writeObjectImpl (Streamable.Output out, NexusEvent obj) {
        out.writeInt(obj.targetId);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy