com.isomorphic.js
Interface IToJavaScript
Deprecated. use IToJSON instead
- public interface IToJavaScript
Mark with and implement this interface on any class you want to make JS-serializeable by the
ISC server engine.
Method Summary |
void |
toJavaScript(java.io.Writer out)
Deprecated. Translate to some reasonable javascript literal |
toJavaScript
public void toJavaScript(java.io.Writer out)
throws UnconvertableException,
java.io.IOException
- Deprecated.
- Translate to some reasonable javascript literal
- Parameters:
out
- Write your javascript translation of this object to this writer.