public abstract class OptimizedObject extends CloneableDataObject
Title: Framework Support Library
Description: Defines an object optimized for a conversion to the string form or the binary form.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
OptimizedObject() |
Modifier and Type | Method and Description |
---|---|
OptimizedObject |
clone()
Clones the object.
|
byte[] |
toBinary()
Returns a binary representation of the object.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
getSerialVersionUID
public java.lang.String toString()
toString
in class java.lang.Object
public byte[] toBinary()
public OptimizedObject clone()
CloneableDataObject
clone
in interface CloneableObject
clone
in class CloneableDataObject
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.