Main > Free Download Search >

Free what is object serialization 1.0.0 script

what is object serialization 1.0.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 760
What is Object Serialization 1.0.0

What is Object Serialization 1.0.0


Serialization is a way of flattening, pickling, sizzling, serializing, or freeze-drying Objects so that they can be stored on disk, and later read back and reconstituted, with all the links between Objects intact Object serialization is the process of more>> Serialization is a way of flattening, pickling, sizzling, serializing, or freeze-drying Objects so that they can be stored on disk, and later read back and reconstituted, with all the links between Objects intact Object serialization is the process of saving an objects state to a sequence of bytes, as well as the process of rebuilding those bytes into a live object at some future time<<less
Added: 2007-05-17 License: Freeware Price: $0.00USD
11 downloads
What is .NET metadata? 1.0.0

What is .NET metadata? 1.0.0


In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even more>> In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even easier by allowing compilers to emit additional declarative information into all modules and assemblies. This information, called metadata, helps components to seamlessly interact.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
13 downloads
CXS - Compact XML Serialization 1.0

CXS - Compact XML Serialization 1.0


CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectively more>> CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectively to parse in different programming environments. CXS supports the serialization of the following data types: * scalar types: string, integer, double (aka. float), boolean * compound types: array (numerical), hash (associative array), object * special types: null * resource types: RecordSet, binarystream The basic idea for CXS was to build up a serialization language for Flash (client) - PHP (server) communication which can be handled easily by both languages and keeps traffic as low as possible.<<less
Added: 2005-08-07 License: GPL Price: $0.00USD
13 downloads
 
Other version of CXS - Compact XML Serialization
CXS - Compact XML SerializationCXS is an XML appliccation for data serialization which offers ... float), boolean * compound types: array (numerical), hash (associative array), object
License:GPL
Download
1545 downloads
Added: 2005-08-07
Document Object Model Manipulation 1.0.0

Document Object Model Manipulation 1.0.0


This script introduces few functions (appendChild, nodeValues...) commonly use for DOM navigation. It features a live example which has been tested on IE & Mozilla/Firefox. more>> This script introduces few functions (appendChild, nodeValues...) commonly use for DOM navigation. It features a live example which has been tested on IE & Mozilla/Firefox.<<less
Added: 2007-02-04 License: Other Price: $0.00USD
13 downloads
Object-Relation 0.1.0

Object-Relation 0.1.0


Object-Relation module is an advanced object relational mapper. more>> Object-Relation 0.1.0 brings you a powerful tool which is an advanced object relational mapper. Use it to define your model classes and it handles the rest. It currently supports SQLite and PostgreSQL data stores.
<<less
Added: 2007-06-25 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
10 downloads
What is the Common Language Specification (CLS)? 1.0.0

What is the Common Language Specification (CLS)? 1.0.0


The Common Language Specification (CLS), which is a set of basic language features needed by many .Net applications to fully interact with other objects regardless of the language in which they were implemented. The CLS represents the guidelines defined more>> The Common Language Specification (CLS), which is a set of basic language features needed by many .Net applications to fully interact with other objects regardless of the language in which they were implemented. The CLS represents the guidelines defined by for the .NET Framework. These specifications are normally used by the compiler developers and are available for all languages, which target the .NET Framework.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
12 downloads
What do you understand by Synchronization 1.0.0

What do you understand by Synchronization 1.0.0


Synchronization is a process of controlling the access of shared resources by the multiple threads in such a manner that only one thread can access one resource at a time. In non synchronized multithreaded application, it is possible for one thread to more>> Synchronization is a process of controlling the access of shared resources by the multiple threads in such a manner that only one thread can access one resource at a time. In non synchronized multithreaded application, it is possible for one thread to modify a shared object while another thread is in the process of using or updating the objects value. Synchronization prevents such type of data corruption.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
10 downloads
What is Polymorphism 1.0.0

What is Polymorphism 1.0.0


Polymorphism means any forms. In OOPS, it refers to the capability of objects to react differently to the same method. Polymorphism can be implemented in the Java language in the form of multiple methods having the same name. Java code uses a more>> Polymorphism means any forms. In OOPS, it refers to the capability of objects to react differently to the same method. Polymorphism can be implemented in the Java language in the form of multiple methods having the same name. Java code uses a late-binding technique to support polymorphism; the method to be invoked is decided at runtime.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
13 downloads
What are the basics of main() 1.0.0

What are the basics of main() 1.0.0


function main() is the applications main routine where a program starts execution.It is the first user-written function run when a program starts.Object-oriented C++ programs consist mostly of classes, but theres always at least one C-like function: more>> function main() is the applications main routine where a program starts execution.It is the first user-written function run when a program starts.Object-oriented C++ programs consist mostly of classes, but theres always at least one C-like function: main(). main() is called more or less at the beginning of the programs execution, and when main() ends, the runtime system shuts down the program. main() always returns an int, as shown below:<<less
Added: 2007-10-03 License: Freeware Price: $0.00USD
10 downloads
3D Object Rotation

3D Object Rotation


The flash movie rotates the object using a sequence of images. You can decide how many images or photographs will make up your presentation. You can also determine the resolution of the movie or the r more>> The flash movie rotates the object using a sequence of images. You can decide how many images or photographs will make up your presentation. You can also determine the resolution of the movie or the rotation speed.<<less
Added: 2005-03-17 License: Free for non-commercial use Price: Free
1857 downloads
What the Metadata stores? 1.0.0

What the Metadata stores? 1.0.0


Metadata stores the following information: Description of the assembly. Description of types. Attributes. more>> Metadata stores the following information: Description of the assembly. Description of types. Attributes.<<less
Added: 2007-06-06 License: Freeware Price: $0.00USD
10 downloads
Creating an object oriented MySQL abstraction class 1.0

Creating an object oriented MySQL abstraction class 1.0


In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many more>> In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.<<less
Added: 2007-03-31 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Creating an object oriented MySQL abstraction class
Creating an object oriented MySQL abstraction classIn this tutorial I will show you how you can . In this tutorial I will show you how you can
License:Freeware
Download
955 downloads
Added: 2007-03-31
Change the object size

Change the object size


Use this tutorial to see how to change the object size in flash 8, using the Action Script. more>> Use this tutorial to see how to change the object size in flash 8, using the Action Script.<<less
Added: 2006-11-04 License: Freeware Price: Free
1096 downloads
Explain garbage collection 1.0.0

Explain garbage collection 1.0.0


Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can?t directly free the more>> Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can?t directly free the object from memory, instead it is the job of the garbage collector to automatically free the objects that are no longer referenced by a program.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
14 downloads
Object Dynamic Generation

Object Dynamic Generation


This package can be used to add model classes dynamically. A base abstract class provides the default implementation of property setter and getter functions. Concrete model classes are derived from the base abstract class. Objects of a model more>> This package can be used to add model classes dynamically. A base abstract class provides the default implementation of property setter and getter functions. Concrete model classes are derived from the base abstract class. Objects of a model class can be created either directly instantiating the class or calling a factory class that takes care of automatically loading the class from a directory where model class files reside.<<less
Added: 2008-02-03 License: PHP Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5