Skip to content

Commit f9ab368

Browse files
authored
Update custom-deserializer-examples.md
1 parent c5dd52f commit f9ab368

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/stream-analytics/custom-deserializer-examples.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Use .NET deserializers for Azure Stream Analytics jobs
2+
title: Read input in any format using .NET custom deserializers
33
description: This article explains the serialization format and the interfaces that define custom .NET deserializers for Azure Stream Analytics cloud and edge jobs.
44
author: mamccrea
55
ms.author: mamccrea
66
ms.reviewer: mamccrea
77
ms.service: stream-analytics
88
ms.topic: conceptual
9-
ms.date: 05/06/2019
9+
ms.date: 12/30/2019
1010
---
1111

12-
# Use .NET deserializers for Azure Stream Analytics jobs
12+
# Read input in any format using .NET custom deserializers
1313

14-
Custom .NET deserializers allow your Azure Stream Analytics job to read data from formats outside of the three [built-in data formats](stream-analytics-parsing-json.md). This article explains the serialization format and the interfaces that define custom .NET deserializers for Azure Stream Analytics cloud and edge jobs. There are also example deserializers for Protocol Buffer and CSV format.
14+
.NET custom deserializers allow your Azure Stream Analytics job to read data from formats outside of the three [built-in data formats](stream-analytics-parsing-json.md). This article explains the serialization format and the interfaces that define .NET custom deserializers for Azure Stream Analytics cloud and edge jobs. There are also example deserializers for Protocol Buffer and CSV format.
1515

16-
## Custom .NET deserializer
16+
## .NET custom deserializer
1717

1818
Following code samples are the interfaces that define the custom deserializer and implement `StreamDeserializer<T>`.
1919

@@ -245,4 +245,4 @@ Once you have implemented your deserializer, you can help others by sharing it w
245245

246246
## Next Steps
247247

248-
* [Custom .NET deserializers for Azure Stream Analytics cloud jobs](custom-deserializer.md)
248+
* [.NET custom deserializers for Azure Stream Analytics cloud jobs](custom-deserializer.md)

0 commit comments

Comments
 (0)