public class

ExternalizableHelper

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.util.ExternalizableHelper

Class Overview

Replacement for a Coherence class that was relied on for tests.

Summary

Public Constructors
ExternalizableHelper()
Public Methods
static Object fromBinary(byte[] bytes)
static byte[] toBinary(Serializable obj)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ExternalizableHelper ()

Public Methods

public static Object fromBinary (byte[] bytes)

public static byte[] toBinary (Serializable obj)

Throws
IOException