com.khubla.pragmatach.plugin.json
Class PragmaticControllerSerializer
java.lang.Object
com.khubla.pragmatach.plugin.json.PragmaticControllerSerializer
public class PragmaticControllerSerializer
- extends Object
- Author:
- tome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PragmaticControllerSerializer
public PragmaticControllerSerializer()
deserialize
public static void deserialize(PragmatachController pragmatachController,
InputStream inputStream)
throws PragmatachException
- Throws:
PragmatachException
deserialize
public static void deserialize(PragmatachController pragmatachController,
String json)
throws PragmatachException
- Throws:
PragmatachException
serialize
public static String serialize(PragmatachController pragmatachController)
throws PragmatachException
- Throws:
PragmatachException
serialize
public static void serialize(PragmatachController pragmatachController,
OutputStream outputStream)
throws PragmatachException
- Throws:
PragmatachException
Copyright © 2014 khubla.com. All rights reserved.