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