Package com.isomorphic.js
package com.isomorphic.js
- ClassDescriptionThis interface is provided as a mechanism to create a custom bean filter for the JSONFilter that is applied to beans by
JSTranslater.toJS()
.Marker interface for any object that you do not want JSTransleter to serialize.Deprecated.use IToJSON insteadMark with and implement this interface on any class you want to make JS-serializeable by the ISC server engine.This class provides you to specify the properties of a Map, Bean or Collection of Maps or Beans to serialize to JSON when processed by JSTranslater.toJS().JSSyntaxScannerFilter
looks for Javascript syntax errors in code sent to the browser.JSTranslater
provides translation of Java objects to JavaScript equivalents.A simple IBeanFilter for use with the JSONFilter that filters beans based on a simple property list.This exception is thrown whenever the Isomorphic Java->Javascript serializer encounters an object it does not know how to serialize.