org.apache.directory.shared.ldap.util
Class AttributesSerializerUtils

java.lang.Object
  extended by org.apache.directory.shared.ldap.util.AttributesSerializerUtils

public class AttributesSerializerUtils
extends java.lang.Object

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
AttributesSerializerUtils()
           
 
Method Summary
static java.lang.Object deserialize(byte[] buf)
           
static byte[] serialize(java.lang.Object attrsObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesSerializerUtils

public AttributesSerializerUtils()
Method Detail

deserialize

public static final java.lang.Object deserialize(byte[] buf)
See Also:
jdbm.helper.Serializer#deserialize(byte[])

serialize

public static final byte[] serialize(java.lang.Object attrsObj)
                              throws java.io.IOException
Throws:
java.io.IOException
See Also:
jdbm.helper.Serializer#serialize(java.lang.Object)


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.