public final class NetworkUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Network |
deserialize(byte[] epn)
This method deserializes an Event Processor Network from a JSON representation.
|
static byte[] |
serialize(Network epn)
This method serializes an Event Processor Network into a JSON representation.
|
public static byte[] serialize(Network epn) throws Exception
epn
- The Event Processor NetworkException
- Failed to serializepublic static Network deserialize(byte[] epn) throws Exception
epn
- The JSON representation of the Event Processor NetworkException
- Failed to deserializeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.