Class Reference
EnsLib.SOAP.CST.Common
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [EnsLib] >  [SOAP] >  [CST] >  [Common]
Private  Storage

class EnsLib.SOAP.CST.Common extends %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 header

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
11


Summary

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
exportCST getSignature importCST readObj
readProp readStream readString writeObj
writeProp writeStream writeString

Subclasses
EnsLib.SOAP.CST.InBase EnsLib.SOAP.CST.OutboundAdapter

Methods

• classmethod exportCST(pObj As %RegisteredObject, Output pLen As %Integer, pVersion As %String = "1.1") as %Status
• classmethod getSignature(pClass As %String, pSigType As %String = "b") as %String
• 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
• classmethod writeString(pStr As %String, pVersion As %String, ByRef pLen As %Integer) as %Status


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.