Serialized Form


Package org.apache.directory.shared.ldap.ldif

Class org.apache.directory.shared.ldap.ldif.LdapLdifException extends LdapException implements Serializable

serialVersionUID: 1L

Class org.apache.directory.shared.ldap.ldif.LdifEntry extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException - If the stream can't be read
java.lang.ClassNotFoundException - If the LdifEntry can't be created
See Also:
Externalizable.readExternal(ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException - If the serialization fail
See Also:
Externalizable#readExternal(ObjectInput)



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.