public class

Serializer

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.serialization.Serializer

Class Overview

This class allows the serialization of object(s) to a stream of bytes.

The serialize(Object) method is interruptible.

Summary

Public Constructors
Serializer(ITypeIdProvider customTypeIdProvider, OutputStream stream)
Public Methods
int getObjectCount()
void serialize(Object root)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Serializer (ITypeIdProvider customTypeIdProvider, OutputStream stream)

Public Methods

public int getObjectCount ()

public void serialize (Object root)

Throws
IOException
JebSerializationException