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

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

fromXml

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

toXml

Object toXml()

getParent

Object getParent()

setParent

void setParent(Object parent)