ProgramixGenericLib v4.0.0

Uses of Class
com.programix.io.SerializationTools.SerializationException

Packages that use SerializationTools.SerializationException
com.programix.io Java I/O related utilities. 
 

Uses of SerializationTools.SerializationException in com.programix.io
 

Methods in com.programix.io that throw SerializationTools.SerializationException
static Object SerializationTools.fromByteArray(byte[] data)
           
static Object SerializationTools.fromInputStream(InputStream rawIn, Class targetType)
          Deserializes, source bytes do not need to be decompressed.
static Object SerializationTools.fromInputStream(InputStream rawIn, Class targetType, boolean compressed)
           
static Object SerializationTools.makeClone(Object obj)
          Make a deep "clone" by serializing and then deserializing a new instance.
static ByteArrayOutputStream SerializationTools.toBAOS(Object obj)
          Serializes to a ByteArrayOutputStream without doing any compression.
static ByteArrayOutputStream SerializationTools.toBAOS(Object obj, boolean compress)
           
static byte[] SerializationTools.toByteArray(Object obj)
          Serializes without doing any compression.
static Object SerializationTools.unwrap(TransferWrapper tw)
           
static Object SerializationTools.unwrap(TransferWrapper tw, Class targetType)
          Deserializes the byte representation of an object inside the wrapper.
static TransferWrapper SerializationTools.wrap(Object payload)
          Serializes the payload and potentially compresses the resulting bytes.
static TransferWrapper SerializationTools.wrap(Object payload, int compressionThreshold)
          Serializes the payload and potentially compresses the resulting bytes.
 


ProgramixGenericLib v4.0.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.