Namespace: Consultingwerk
Interface 
IDeserializationFactory Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.DeserializationFactory

File:IDeserializationFactory
Purpose:Interface to allow alternative implementations
of the static Consultingwerk.Serailizable:DeserializeInstance
method
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Aug 25 00:01:22 CEST 2012
Purpose: Deserializes a LONGCHAR representation of an object to a new
instance
Notes: Supports XML and JSON Serialized objects



Top Method Summary
Options Name Purpose
+ Consultingwerk.ISerializable DeserializeInstance (longchar) Deserializes a LONGCHAR representation of an object to a new instance


Method Detail
Top

PUBLIC Consultingwerk.ISerializable DeserializeInstance (longchar)

Purpose: Deserializes a LONGCHAR representation of an object to a new
instance
Notes: Supports XML and JSON Serialized objects

Parameters:
plcSerializable LONGCHAR
The serialized representation to be deserialized
Returns Consultingwerk.ISerializable
The LONGCHAR representation of the ISerializable objects data


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:52