Search
SerializationContext.addSerializationContextListener Method
See Also
 






Adds a SerializationContextListener to the context.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void addSerializationContextListener (
    SerializationContextListener listener
)

 Parameters

listener

The SerializationContextListener to be added.

 See Also