Class Reference
%Library.SerialState
Server:appadmin-00044-deployment-6bf4cbc86d-f76z9
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%Library] >  [SerialState]
Private  Storage

abstract class %Library.SerialState

Serial object interface

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 4


Summary

Methods
LogicalToOdbc OdbcToLogical

Subclasses
%Library.CustomSerialState %Storage.Serial

Parameters

• parameter ODBCDELIMITER = ",";
• parameter SERIALDELIMITER;
• parameter STORAGECOMPILERCLASS = "%Compiler.Storage.CustomSerial";
• parameter STORAGEINTERFACE = "serial";
STORAGEINTERFACE defines the type of serialization implemented by this class. The value has to match the classtype of the class that is inheriting the serialization interface.

Methods

• classmethod LogicalToOdbc(%val As %String = "") as %String
LogicalToOdbc() Construct a string delimited by ODBCDELIMITER from an object's serialized state.
• classmethod OdbcToLogical(%val As %String = "") as %String


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