Uses of Interface
org.modeshape.connector.store.jpa.util.Serializer.ReferenceValues

Packages that use Serializer.ReferenceValues
org.modeshape.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
 

Uses of Serializer.ReferenceValues in org.modeshape.connector.store.jpa.util
 

Fields in org.modeshape.connector.store.jpa.util declared as Serializer.ReferenceValues
static Serializer.ReferenceValues Serializer.NO_REFERENCES_VALUES
           
 

Methods in org.modeshape.connector.store.jpa.util with parameters of type Serializer.ReferenceValues
 Object[] Serializer.deserializePropertyValues(ObjectInputStream stream, Name propertyName, boolean skip, Serializer.LargeValues largeValues, Serializer.LargeValues skippedLargeValues, Serializer.ReferenceValues references)
          Deserialize the serialized property on the supplied object stream.
 int Serializer.reserializeProperties(ObjectInputStream input, ObjectOutputStream output, Map<Name,Property> updatedProperties, Serializer.LargeValues largeValues, Serializer.LargeValues removedLargeValues, Set<Name> createdProperties, Serializer.ReferenceValues references)
          Deserialize the existing properties from the supplied input stream, update the properties, and then serialize the updated properties to the output stream.
 void Serializer.serializeProperties(ObjectOutputStream stream, int number, Iterable<Property> properties, Serializer.LargeValues largeValues, Serializer.ReferenceValues references)
          Serialize the properties' values to the object stream.
 boolean Serializer.serializeProperty(ObjectOutputStream stream, Property property, Serializer.LargeValues largeValues, Serializer.ReferenceValues references)
          Serialize the property's values to the object stream.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.