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:
Throws: