DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibjboss-marshalling-java
Beschreibungalternative serialization API
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.1.3.GA-2
Sektionuniverse/java
Prioritätoptional
Installierte Größe3480 Byte
Hängt ab vondefault-jre-headless | java5-runtime-headless
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße439654 Byte
Prüfsumme MD511f99d4382ca9efd1219437e03e3a5ef
Prüfsumme SHA1a2ffba1228c0a7934d1d62cebccce46a2dffad6a
Prüfsumme SHA256f76a09acce57707ae795336e36f08897fb3b09fa95ec9576b7366b16027cbfdd
Link zum Herunterladenlibjboss-marshalling-java_1.1.3.GA-2_all.deb
Ausführliche BeschreibungJBoss Marshalling is an alternative serialization API that fixes many of the problems found in the JDK serialization API while remaining fully compatible with java.io.Serializable and its relatives, and adds several new tunable parameters and additional features, all of which are pluggable via factory configuration (externalizers, class/instance lookup tables, class resolution, and object replacement, to name a few). . This framework was inspired by the need for certain features unavailable with the standard Object*Stream classes: . * Pluggable class resolvers, making it easy to customize classloader policy, by implementing a small interface (rather than having to subclass the Object*Stream classes) * Pluggable object replacement (also without subclassing) * Pluggable predefined class tables, which can dramatically decrease stream size and serialization time for stream types which frequently use a common set of classes * Pluggable predefined instance tables, which make it easy to handle remote references * Pluggable externalizers which may be used to serialize classes which are not Serializable, or for which an alternate strategy is needed * Customizable stream headers * Each marshaller instance is highly configurable and tunable to maximize performance based on expected usage patterns A generalized API which can support many different protocol implementations, including protocols which do not necessarily provide all the above features * Inexpensive instance creation, beneficial to applications where many short-lived streams are used * Support for separate class and instance caches, if the protocol permits; useful for sending multiple messages or requests with a single stream, with separate object graphs but retaining the class cache


Impressum
Linux is a registered trademark of Linus Torvalds