@Retention(value=RUNTIME) @Target(value={FIELD,METHOD,TYPE}) public @interface Serializable
xapi.util.X_Properties#isServer for details on determining if a runtime is a server or not.
Note that it is redundant to set both clientToServer() and serverToClient() to false;
if you do not include this annotation, your field will not be serializable at all.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
clientToServer |
boolean |
obfuscated |
boolean |
serverToClient |
public abstract boolean clientToServer
public abstract boolean obfuscated
public abstract boolean serverToClient
Copyright © 2012-2013 The Internet Party. All Rights Reserved.