DOI: 10.4242/balisagevol7.jaimez01
|View full text |Cite
|
Sign up to set email alerts
|

Easy XML Serialization of C# and Java Objects

Abstract: Object serialization is the process of rendering an object into a state that can be stored persistently. Serializing objects to XML brings many advantages over binary encoding because XML is human and computer readable, and it also aims to have better interoperability between different programming languages. This paper presents Web Objects in XML (WOX), an efficient and easy to use XML serializer for C# and Java objects. It allows to serialize Java objects to XML, de-serialize them to C#, and viceversa. Our se… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
3
0
3

Publication Types

Select...
3
3

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(6 citation statements)
references
References 0 publications
0
3
0
3
Order By: Relevance
“…WOX emplea un serializador eficiente y fácil de usar, llamado serializador WOX [2], el cual es la base del framework para serializar objetos, solicitudes y respuestas intercambiadas entre clientes y servidores. Este serializador es una biblioteca independiente basada en XML, la cual es capaz de serializar objetos Java y C# a XML y viceversa.…”
Section: Objetos Web En Xmlunclassified
See 1 more Smart Citation
“…WOX emplea un serializador eficiente y fácil de usar, llamado serializador WOX [2], el cual es la base del framework para serializar objetos, solicitudes y respuestas intercambiadas entre clientes y servidores. Este serializador es una biblioteca independiente basada en XML, la cual es capaz de serializar objetos Java y C# a XML y viceversa.…”
Section: Objetos Web En Xmlunclassified
“…nes distribuidas basadas en objetos. WOX permite construir sistemas distribuidos, utiliza XML como representación para los objetos y mensajes intercambiados [2], y proporciona comunicación síncrona y asíncrona entre clientes y servidores [3]. WOX tiene características especiales tomadas de dos paradigmas utilizados para construir sistemas distribuidos: el paradigma basado en objetos y el paradigma basado en web.…”
Section: Introductionunclassified
“…The web system complements the web objects in the XML (WOX) framework [1], which was designed for building distributed, object-oriented applications. WOX enables the creation of distributed systems that use XML to represent objects and the messages exchanged between them [2]. It also supports both synchronous and asynchronous communication between clients and servers [3].…”
Section: Introductionmentioning
confidence: 99%
“…WOX combines key features from two important paradigms in distributed systems development: object-oriented and web-based approaches. Additionally, WOX offers the capability to interoperate with objects in various programming languages, including Java [4], C#, Python [5], and PHP [6], which can be generated by either local or distributed applications.…”
Section: Introductionmentioning
confidence: 99%
“…Este artículo presenta un serializador y deserializador de objetos PHP a XML, llamado PHP Web Objects in XML (PHPWOX) [1]. El XML generado por PHPWOX es independiente del lenguaje de programación, y puede ser utilizado por otros serializadores y deserializadores Web Objects in XML (WOX) [2], los cuales permiten interoperabilidad entre aplicaciones escritas en PHP y aplicaciones escritas en los lenguajes de programación soportados por WOX: Java, C# [3] y Python [4].…”
Section: Introductionunclassified