public final class ChangeLogEventSerializer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
The LoggerFactory used by this class
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeLogEvent |
deserialize(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
ObjectInput in)
Deserializes a ChangeLogEvent instance.
|
static void |
serialize(ChangeLogEvent event,
ObjectOutput out)
Serializes a ChangeLogEvent instance.
|
public static void serialize(ChangeLogEvent event, ObjectOutput out) throws IOException
principal - The ChangeLogEvent instance to serializeout - The stream into which we will write the serialized instanceIOException - If the stream can't be writtenpublic static ChangeLogEvent deserialize(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, ObjectInput in) throws IOException, org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
schemaManager - The SchemaManager (can be null)in - The input stream from which the ChengaLogEvent is readIOException - If the stream can't be readorg.apache.directory.api.ldap.model.exception.LdapInvalidDnExceptionCopyright © 2021. All rights reserved.