EnsLib.SOAP.CST.Common
class EnsLib.SOAP.CST.Common extends %Library.RegisteredObject
Counted String Tree wire transport format implementation Version 1 - original version Version 1.1 - add support for: CR/LF in End-of-Object marker, null object properties, binary Streams, array collections no collection count for 'collection=stream', client-optional structure signature-match headerMethod Inventory
- exportCST()
- getSignature()
- importCST()
- readObj()
- readProp()
- readStream()
- readString()
- writeObj()
- writeProp()
- writeStream()
- writeString()
Methods
classmethod exportCST(pObj As %RegisteredObject, Output pLen As %Integer, pVersion As %String = "1.1") as %Status
classmethod importCST(pClassname As %String, Output pObj As %RegisteredObject, pTimeout As %Numeric = -1, Output pVersion As %String, Output pLen As %Integer) as %Status
classmethod readObj(ByRef pObj As %RegisteredObject, pClassname As %String, pTimeout As %Numeric, pVersion As %String, ByRef pLen As %Integer) as %Status
classmethod readProp(pObj As %RegisteredObject, pProp As %Dictionary.CompiledProperty, pTimeout As %Numeric, pVersion As %String, ByRef pLen As %Integer) as %Status
classmethod readStream(pStream As %Stream.Object, pTimeout As %Numeric, pVersion As %String, ByRef pLen As %Integer) as %Status
classmethod readString(Output pStr As %String, pTimeout As %Numeric, pVersion As %String, ByRef pLen As %Integer) as %Status
classmethod writeObj(pObj As %RegisteredObject, pClassname As %String, pVersion As %String, ByRef pLen As %Integer) as %Status
classmethod writeProp(pObj As %RegisteredObject, pProp As %Dictionary.CompiledProperty, pVersion As %String, ByRef pLen As %Integer) as %Status
classmethod writeStream(pStream As %Stream.Object, pVersion As %String, ByRef pLen As %Integer) as %Status
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()