public class ComponentInstanceSerializer
extends java.lang.Object
| Constructor and Description |
|---|
ComponentInstanceSerializer() |
| Modifier and Type | Method and Description |
|---|---|
ComponentInstance |
deserializeComponentInstance(java.lang.String serializedComponentInstance) |
java.lang.String |
serializeComponentInstance(ComponentInstance componentInstance) |
public java.lang.String serializeComponentInstance(ComponentInstance componentInstance) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic ComponentInstance deserializeComponentInstance(java.lang.String serializedComponentInstance) throws java.io.IOException
java.io.IOException