Loading [MathJax]/extensions/tex2jax.js
azure-core
1.15.0
Toggle main menu visibility
Main Page
Concepts and Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Typedefs
Enumerations
Related Symbols
Files
File List
File Members
All
Functions
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
inc
azure
core
internal
json
json_serializable.hpp
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
10
#pragma once
11
12
#include <string>
13
14
namespace
Azure
{
namespace
Core {
namespace
Json {
namespace
_internal {
15
19
class
JsonSerializable {
20
public
:
26
virtual
std::string Serialize()
const
= 0;
27
32
virtual
~JsonSerializable() =
default
;
33
};
34
35
}}}}
// namespace Azure::Core::Json::_internal
Azure
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition
azure_assert.hpp:57
Generated by
1.9.7