public final class InformationProcessorUtil extends Object
Modifier and Type | Method and Description |
---|---|
static List<InformationProcessor> |
deserializeInformationProcessorList(byte[] ips)
This method deserializes an InformationProcessor list from a JSON representation.
|
static byte[] |
serializeInformationProcessorList(List<InformationProcessor> ips)
This method serializes an InformationProcessor list into a JSON representation.
|
public static byte[] serializeInformationProcessorList(List<InformationProcessor> ips) throws Exception
ips
- The information processor listException
- Failed to serializepublic static List<InformationProcessor> deserializeInformationProcessorList(byte[] ips) throws Exception
ips
- The JSON representation of the information processor listException
- Failed to deserializeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.