An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Process of transforming the memory representation of an object to a data format suitable for storage or transmission

Property Value
dbo:description
  • process of transforming the memory representation of an object to a data format suitable for storage or transmission (en)
  • メモリに存在するオブジェクト表現から、保存または伝送用のデータ形式に変換する処理 (ja)
  • processo de transformação da representação de memória de um objeto (pt)
  • dataomvandling från minne till struktur mer lämplig för lagring eller överföring (sv)
dbo:wikiPageWikiLink
dbp:source
  • The Python Standard Library (en)
  • Schema for Representing Java Objects in an LDAP Directory (en)
  • How To Marshal an Object to a Remote Server by Value by Using Visual Basic .NET (en)
dbp:text
  • The marshal module exists mainly to support reading and writing the “pseudo-compiled” code for Python modules of .pyc files. … If you’re serializing and de-serializing Python objects, use the pickle module instead (en)
  • To "marshal" an object means to record its state and codebase in such a way that when the marshalled object is "unmarshalled," a copy of the original object is obtained, possibly by automatically loading the class definitions of the object. You can marshal any object that is serializable or remote . Marshalling is like serialization, except marshalling also records codebases. Marshalling is different from serialization in that marshalling treats remote objects specially. … Any object whose methods can be invoked [on an object in another Java virtual machine] must implement the java.rmi.Remote interface. When such an object is invoked, its arguments are marshalled and sent from the local virtual machine to the remote one, where the arguments are unmarshalled and used. (en)
  • When you marshal an object by value, a copy of the object is created and serialized to the server. Any method calls made on that object are done on the server (en)
dbp:wikiPageUsesTemplate
dct:subject
gold:hypernym
rdfs:label
  • Marshalling (computer science) (en)
  • Marshalling (es)
  • Marshalling (de)
  • 마샬링 (컴퓨터 과학) (ko)
  • Marshalling (informatyka) (pl)
  • Marshalling (pt)
  • Маршалинг (ru)
  • Marshalling (sv)
  • Marshalling (计算机科学) (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 4.0 International