Checks whether an item or resource type with the specified id is registered for JSON serialization.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public static boolean isClientClassRegistered ( |
The string identifier of an item or resource class.
true if the specified class identifier is already registered; otherwise, false.
See Also