SharedAccessPolicySerializer Class
- java.
lang. Object - com.
microsoft. azure. storage. SharedAccessPolicySerializer
- com.
public class SharedAccessPolicySerializer
RESERVED FOR INTERNAL USE. A class used to serialize SharedAccessPolicies to a byte array.
Method Summary
Modifier and Type | Method and Description |
---|---|
static<T extends Shared |
writeSharedAccessIdentifiersToStream(final HashMap<String, T> sharedAccessPolicies, final StringWriter outWriter)
RESERVED FOR INTERNAL USE. Writes a collection of shared access policies to the specified stream in XML format. |
Method Details
writeSharedAccessIdentifiersToStream
public static static
RESERVED FOR INTERNAL USE. Writes a collection of shared access policies to the specified stream in XML format.
Parameters:
sharedAccessPolicies
- A collection of shared access policies
outWriter
- an sink to write the output to.
Throws:
XMLStreamException
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java