org.eclipse.higgins.cardstore.schemas
Interface XMLSerializer

All Known Subinterfaces:
IBaseClaim, ICardImage, IClaim, IClaimValue, IEncryptedStore, IEndpointReference, IIdentity, IInformationCard, IInformationCardMetaData, IInformationCardPrivateData, IInformationCardReference, IKeyInfo, IMetaData, IPrivacyNoticeLocation, IRequestDisplayToken, IRequireAppliesTo, IRoamingInformationCard, IRoamingStore, ISelfIssuedCredential, ISupportedClaimType, ISupportedClaimTypeList, ITokenService, ITokenType, IUserCredential, IUsernamePasswordCredential, IX509Data, IX509V3Credential
All Known Implementing Classes:
CardImage, ClaimValue, EncryptedStore, EndpointReference, Identity, InformationCardMetaData, InformationCardPrivateData, InformationCardReference, KeyInfo, MetaData, PrivacyNoticeLocation, RequireAppliesTo, RoamingInformationCard, RoamingStore, SelfIssedCredential, SupportedClaimType, TokenService, TokenType, UserCredential, UsernamePasswordCredential, X509Data, X509V3Credential

public interface XMLSerializer


Field Summary
static String copyright
           
 
Method Summary
 void fromXml(Object obj)
           
 Object getParent()
           
 void setParent(Object parent)
           
 Object toXml()
           
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

fromXml

public void fromXml(Object obj)
             throws UnsupportedObjectModel,
                    ExpectedObjectNotPresent
Throws:
UnsupportedObjectModel
ExpectedObjectNotPresent

toXml

public Object toXml()

getParent

public Object getParent()

setParent

public void setParent(Object parent)