com.stimulsoft.base.serializing
Class StiDeserializerDocumentThread
java.lang.Object
com.stimulsoft.base.serializing.StiDeserializerReport
com.stimulsoft.base.serializing.StiDeserializerDocument
com.stimulsoft.base.serializing.StiDeserializerDocumentThread
- All Implemented Interfaces:
- Runnable
public class StiDeserializerDocumentThread
- extends StiDeserializerDocument
- implements Runnable
Class represets document deserialization in thread
Copyright Stimulsoft
|
Method Summary |
void |
run()
Start deserialization process in thread |
void |
stop()
Cancel deserialization process |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiDeserializerDocumentThread
public StiDeserializerDocumentThread(StiDeserializerControler controler,
IStiSerializable instance,
Node rootNode,
StiDeserializationDispatcher dispatcher)
- Constructor
- Parameters:
controler - StiDeserializerControlerinstance - IStiSerializablerootNode - Node
run
public void run()
- Start deserialization process in thread
- Specified by:
run in interface Runnable
stop
public void stop()
- Cancel deserialization process
Copyright © 2017 Stimulsoft. All Rights Reserved.