org.apache.jackrabbit.core.state.util
Class Serializer

java.lang.Object
  extended by org.apache.jackrabbit.core.state.util.Serializer

Deprecated. use Serializer instead.

public final class Serializer
extends Object

Legacy class kept for backward compatibility reasons.


Constructor Summary
Serializer()
          Deprecated.  
 
Method Summary
static void deserialize(NodeReferences refs, InputStream stream)
          Deprecated. user Serializer.deserialize(NodeReferences, InputStream)
static void deserialize(NodeState state, InputStream stream)
          Deprecated. use Serializer.deserialize(NodeState, InputStream)
static void deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)
          Deprecated. use Serializer.deserialize(PropertyState, InputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)
static void serialize(NodeReferences refs, OutputStream stream)
          Deprecated. use Serializer.serialize(NodeReferences, OutputStream)
static void serialize(NodeState state, OutputStream stream)
          Deprecated. use Serializer.serialize(NodeState, OutputStream)
static void serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)
          Deprecated. use Serializer.serialize(PropertyState, OutputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Serializer

public Serializer()
Deprecated. 
Method Detail

serialize

public static void serialize(NodeState state,
                             OutputStream stream)
                      throws Exception
Deprecated. use Serializer.serialize(NodeState, OutputStream)

Throws:
Exception

deserialize

public static void deserialize(NodeState state,
                               InputStream stream)
                        throws Exception
Deprecated. use Serializer.deserialize(NodeState, InputStream)

Throws:
Exception

serialize

public static void serialize(PropertyState state,
                             OutputStream stream,
                             BLOBStore blobStore)
                      throws Exception
Deprecated. use Serializer.serialize(PropertyState, OutputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)

Throws:
Exception

deserialize

public static void deserialize(PropertyState state,
                               InputStream stream,
                               BLOBStore blobStore)
                        throws Exception
Deprecated. use Serializer.deserialize(PropertyState, InputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)

Throws:
Exception

serialize

public static void serialize(NodeReferences refs,
                             OutputStream stream)
                      throws Exception
Deprecated. use Serializer.serialize(NodeReferences, OutputStream)

Throws:
Exception

deserialize

public static void deserialize(NodeReferences refs,
                               InputStream stream)
                        throws Exception
Deprecated. user Serializer.deserialize(NodeReferences, InputStream)

Throws:
Exception


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