to top
Datalogic APIs
public abstract class

SerializableBlob

extends Object
implements Cloneable
java.lang.Object
   ↳ com.datalogic.device.configuration.SerializableBlob
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

The base type for a BlobProperty must extends the abstract class SerializableBlob.

Summary

Public Constructors
SerializableBlob()
Public Methods
SerializableBlob clone()
Method to crete a clone of the instance of the base type of the BlobProperty it is used by the get() method of BlobProperty to give not the reference to the same instance present in ConfigurationManager tree otherwise the commit() does not work
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SerializableBlob ()

Added in revision 36

Public Methods

public SerializableBlob clone ()

Added in revision 36

Method to crete a clone of the instance of the base type of the BlobProperty it is used by the get() method of BlobProperty to give not the reference to the same instance present in ConfigurationManager tree otherwise the commit() does not work

Throws
CloneNotSupportedException