circle-check
Boxlang 1.x Stable Released
BoxLang : A Modern Dynamic JVM Languagearrow-up-right
LogoLogo
search
⌘Ctrlk
JavaDocschevron-downDownloadTrySourceSupport
LogoLogo
  • house-windowIntroduction
  • Getting Started
    • crosshairs-simpleOverview
    • sign-posts-wrenchInstallation
    • plug-circle-boltRunning BoxLang
    • cloud-boltBoxLang Cloud Servers
    • laptop-codeIDE & Tooling
    • magentoMaven Integration
    • wrench-simpleRuntime Configuration
  • BoxLang Language
    • folder-treeProgram Structure
    • brackets-curlySyntax & Semantics
    • codepenClasses & O.O.
    • codeTemplating Language
    • booksReference
      • API Docs
      • Lexical Elements
      • Types
      • Built-in Functions
        • array
        • async
        • binary
        • cache
        • cli
        • conversion
        • decision
        • encryption
        • format
        • i18n
        • io
        • java
        • jdbc
        • list
        • math
        • net
        • query
        • runtime
        • scheduler
        • string
        • struct
        • system
          • ApplicationRestart
          • ApplicationStartTime
          • ApplicationStop
          • BoxAnnounce
          • BoxAnnounceAsync
          • BoxAST
          • BoxModuleReload
          • BoxRegisterInterceptionPoints
          • BoxRegisterInterceptor
          • BoxRegisterRequestInterceptor
          • BoxUnregisterInterceptor
          • BoxUnregisterRequestInterceptor
          • CallStackGet
          • CreateGUID
          • CreateObject
          • CreateUUID
          • DE
          • DebugBoxContexts
          • Dump
          • Duplicate
          • echo
          • EncodeForHTML
          • GetApplicationMetadata
          • GetBaseTagData
          • GetBaseTagList
          • GetBaseTemplatePath
          • GetBoxContext
          • GetBoxRuntime
          • GetBoxVersionInfo
          • GetClassMetadata
          • GetComponentList
          • GetContextRoot
          • GetCurrentTemplatePath
          • GetFileFromPath
          • GetFunctionCalledName
          • GetFunctionList
          • GetModuleInfo
          • GetModuleList
          • GetRequestClassLoader
          • GetSemver
          • GetSystemSetting
          • GetTempDirectory
          • GetTickCount
          • htmlEditFormat
          • IIF
          • Invoke
          • IsInstanceOf
          • JavaCast
          • ObjectDeserialize
          • ObjectSerialize
          • PagePoolClear
          • Print
          • Println
          • RunThreadInContext
          • SessionInvalidate
          • SessionRotate
          • SessionStartTime
          • Sleep
          • SystemCacheClear
          • SystemExecute
          • SystemOutput
          • Throw
          • Trace
          • URLDecode
          • URLEncodedFormat
          • writeDump
          • WriteLog
          • WriteOutput
        • temporal
        • type
        • xml
        • zip
      • Components
      • Exceptions
  • BoxLang Framework
    • medalBoxLang+
    • rocket-launchApplication.bx
    • waves-sineAsync Programming
    • plugComponents
    • serverCaching
    • cabinet-filingFile Handling
    • databaseJDBC & Databases
    • javaJava Interop
    • jet-fighter-upInterceptors
    • globe-wifiHTTP/S Calls
    • soapSOAP Web Services
    • satellite-dishServer-Sent Events (SSE)
    • chart-tree-mapModules
  • Extra Credit
    • flask-vialTesting
    • rectangles-mixedMVC
    • syringeDependency Injection
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
githubEdit
  1. BoxLang Languagechevron-right
  2. booksReferencechevron-right
  3. Built-in Functionschevron-right
  4. system

ObjectDeserialize

Loads an object serialized in a binary form from a file or as binary input

hashtag
Method Signature

ObjectDeserialize(input=[any])

hashtag
Arguments

Argument
Type
Required
Description
Default

input

any

true

The binary representation of the object to load, or the file path to load the object from.

hashtag
Examples

hashtag
Related

  • ApplicationRestart

  • ApplicationStartTime

  • ApplicationStop

  • BoxAnnounce

  • BoxAnnounceAsync

  • BoxAST

  • BoxModuleReload

  • BoxRegisterInterceptionPoints

  • BoxRegisterInterceptor

  • BoxRegisterRequestInterceptor

  • BoxUnregisterInterceptor

  • BoxUnregisterRequestInterceptor

  • CallStackGet

  • CreateGUID

  • CreateObject

  • CreateUUID

  • DE

  • DebugBoxContexts

  • Dump

  • Duplicate

  • echo

  • EncodeForHTML

  • GetApplicationMetadata

  • GetBaseTagData

  • GetBaseTagList

  • GetBaseTemplatePath

  • GetBoxContext

  • GetBoxRuntime

  • GetBoxVersionInfo

  • GetClassMetadata

  • GetComponentList

  • GetContextRoot

  • GetCurrentTemplatePath

  • GetFileFromPath

  • GetFunctionCalledName

  • GetFunctionList

  • GetModuleInfo

  • GetModuleList

  • GetRequestClassLoader

  • GetSemver

  • GetSystemSetting

  • GetTempDirectory

  • GetTickCount

  • htmlEditFormat

  • IIF

  • Invoke

  • IsInstanceOf

  • JavaCast

  • ObjectSerialize

  • PagePoolClear

  • Print

  • Println

  • RunThreadInContext

  • SessionInvalidate

  • SessionRotate

  • SessionStartTime

  • Sleep

  • SystemCacheClear

  • SystemExecute

  • SystemOutput

  • Throw

  • Trace

  • URLDecode

  • URLEncodedFormat

  • writeDump

  • WriteLog

  • WriteOutput

PreviousJavaCastchevron-leftNextObjectSerializechevron-right

Last updated 17 days ago

Was this helpful?

LogoLogo

Social Media

  • X
  • FaceBook
  • LinkedIn
  • YouTube

Bug Tracking

  • Runtimes
  • IDE
  • Modules

Support

  • Professional
  • Community
  • Slack

Copyright & Register Trademark by Ortus Solutions, Corp

  • Method Signature
  • Arguments
  • Examples
  • Related

Was this helpful?