Uses of Class
org.simpleframework.xml.core.Session
Packages that use Session
-
Uses of Session in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as SessionModifier and TypeFieldDescriptionprivate SessionSessionManager.Reference.sessionThis is the session object that is maintained by this.private SessionSource.sessionThis is used to store the source context attribute values.Methods in org.simpleframework.xml.core that return SessionModifier and TypeMethodDescriptionprivate SessionSessionManager.create(boolean strict) This is used to create a newSessionobject.SessionManager.Reference.get()This is used to acquire the session and increase the count of references to the session.Context.getSession()This is used to acquire theSessionobject that is used to store the values used within the serialization process.Source.getSession()This is used to acquire theSessionobject that is used to store the values used within the serialization process.SessionManager.open()This is used to open a newSessionobject.SessionManager.open(boolean strict) This is used to open a newSessionobject.Methods in org.simpleframework.xml.core with parameters of type SessionModifier and TypeMethodDescriptionprivate <T> TThisreadmethod will read the contents of the XML document provided and convert it to an object of the specified type.private <T> TThisreadmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized.private booleanThisvalidatemethod will validate the contents of the XML document against the specified XML class schema.private voidPersister.write(Object source, OutputNode root, Session session) Thiswritemethod will traverse the provided object checking for field annotations in order to compose the XML data.Constructors in org.simpleframework.xml.core with parameters of type Session