Serialized Form


Package com.pelzer.util

Class com.pelzer.util.Logging.Logger extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Since our underlying logging architecture is not serializable, we have to manually serialize this object... We only send the name of this node, then have the Logging object on the deserialization side recreate a new item based on the name. Simple.

Throws:
IOException
Serialized Fields

logger

Logger logger

unmutedLevel

Level unmutedLevel

Class com.pelzer.util.OverridableFields extends Object implements Serializable

serialVersionUID: -7895760089195995215L

Serialized Fields

logger

Logging.Logger logger

Class com.pelzer.util.SimplePersistenceBeanInfo extends SimpleBeanInfo implements Serializable

serialVersionUID: -684990225767655443L

Class com.pelzer.util.Timecode extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hours

int hours

minutes

int minutes

seconds

int seconds

frames

int frames

framesPerSecond

float framesPerSecond

samples

long samples

samplesPerSecond

float samplesPerSecond

useSamples

boolean useSamples

Class com.pelzer.util.Timecode.TimecodeException extends Exception implements Serializable

serialVersionUID: 1L


Package com.pelzer.util.l10n

Class com.pelzer.util.l10n.Locale extends Object implements Serializable

serialVersionUID: 3343918375907956703L

Serialized Fields

localizers

Localizer[] localizers

Class com.pelzer.util.l10n.LocaleBeanInfo extends SimplePersistenceBeanInfo implements Serializable

serialVersionUID: 5229303704431418110L

Class com.pelzer.util.l10n.Localizable extends Object implements Serializable

serialVersionUID: -4713649222248430617L

Serialized Fields

defaultLocale

Locale defaultLocale

values

Map<K,V> values

Class com.pelzer.util.l10n.LocalizableBeanInfo extends SimplePersistenceBeanInfo implements Serializable

serialVersionUID: -6366802866344117694L


Package com.pelzer.util.l10n.localizers

Class com.pelzer.util.l10n.localizers.LanguageLocalizer extends Localizer implements Serializable

serialVersionUID: 1L

Class com.pelzer.util.l10n.localizers.LanguageLocalizerBeanInfo extends LocalizerBeanInfo implements Serializable

serialVersionUID: 1L

Class com.pelzer.util.l10n.localizers.Localizer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id
The underlying id for an instance in persistent storage. Not settable by anything other than hibernate, and your own system will need to map this correctly for your storage system.


nativeDescription

String nativeDescription

identifier

String identifier

description

String description

Class com.pelzer.util.l10n.localizers.LocalizerBeanInfo extends SimplePersistenceBeanInfo implements Serializable

serialVersionUID: 1L

Class com.pelzer.util.l10n.localizers.ScriptLocalizer extends Localizer implements Serializable

serialVersionUID: 1L

Class com.pelzer.util.l10n.localizers.ScriptLocalizerBeanInfo extends LocalizerBeanInfo implements Serializable

serialVersionUID: 1L

Class com.pelzer.util.l10n.localizers.TerritoryLocalizer extends Localizer implements Serializable

serialVersionUID: 1L

Class com.pelzer.util.l10n.localizers.TerritoryLocalizerBeanInfo extends LocalizerBeanInfo implements Serializable

serialVersionUID: 1L



Copyright © 2012. All Rights Reserved.