org.mule.devkit.generation.utils
Class SerializationUtils

java.lang.Object
  extended by org.mule.devkit.generation.utils.SerializationUtils

public class SerializationUtils
extends Object


Constructor Summary
SerializationUtils()
           
 
Method Summary
static
<T> T
load(File serializedObjectPath)
           
static
<T> void
save(File serializedObjectPath, T object)
           
static
<T> void
save(OutputStream outputStream, T object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializationUtils

public SerializationUtils()
Method Detail

load

public static <T> T load(File serializedObjectPath)

save

public static <T> void save(File serializedObjectPath,
                            T object)

save

public static <T> void save(OutputStream outputStream,
                            T object)


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.