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 java.lang.Object

Legacy class kept for backward compatibility reasons.


Constructor Summary
Serializer()
          Deprecated.  
 
Method Summary
static void deserialize(NodeReferences refs, java.io.InputStream stream)
          Deprecated. user Serializer.deserialize(NodeReferences, InputStream)
static void deserialize(NodeState state, java.io.InputStream stream)
          Deprecated. use Serializer.deserialize(NodeState, InputStream)
static void deserialize(PropertyState state, java.io.InputStream stream, BLOBStore blobStore)
          Deprecated. use Serializer.deserialize(PropertyState, InputStream, org.apache.jackrabbit.core.persistence.util.BLOBStore)
static void serialize(NodeReferences refs, java.io.OutputStream stream)
          Deprecated. use Serializer.serialize(NodeReferences, OutputStream)
static void serialize(NodeState state, java.io.OutputStream stream)
          Deprecated. use Serializer.serialize(NodeState, OutputStream)
static void serialize(PropertyState state, java.io.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,
                             java.io.OutputStream stream)
                      throws java.lang.Exception
Deprecated. use Serializer.serialize(NodeState, OutputStream)

Throws:
java.lang.Exception

deserialize

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

Throws:
java.lang.Exception

serialize

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

Throws:
java.lang.Exception

deserialize

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

Throws:
java.lang.Exception

serialize

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

Throws:
java.lang.Exception

deserialize

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

Throws:
java.lang.Exception


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.