Skip to content

Commit 70b386a

Browse files
Merge pull request #13 from RWS/update-bcm
LCC-15969 Update BCM docs with latest 2.0.0 version
2 parents 476339d + 09a01f7 commit 70b386a

File tree

4 files changed

+5781
-2
lines changed

4 files changed

+5781
-2
lines changed

articles/BCM.NET_client_API.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,15 @@
44
API reference generated from the code of the BCM .NET Client.
55

66
## [BCM .NET Client API Samples](BCM/samples.md)
7-
Samples documenting some usages of the BCM .NET Client.
7+
Samples documenting some usages of the BCM .NET Client.
8+
9+
## Knowledge Base
10+
11+
#### DateTime serialization
12+
The official format for DateTime serialization is `yyyy-MM-dd'T'HH:mm:ss.fff'Z'`. The BCM supports both this format and the default .NET DateTime serialization format `MM/dd/yyyy HH:mm:ss`
13+
14+
#### Unrecognized Token deserialization
15+
Unrecognized Token objects in the serialized BCM are deserialized into a Token of type Word. E.g.: a new type of Token is introduced in the BCM, but an older client, who doesn't recognized this new type of Token, tries to deserialize it.
16+
17+
### Unrecognized MarkupData deserialization
18+
Unrecognized MarkupData objects in the serialized BCM are deserialized into a MarkupData of type UnknownMarkupData. This is to preserve the data of newly introduced MarkupData objects when deserializing BCM using older clients. Elements of type UnknownMarkupData should be ignored when manipulating BCM in memory.
144 KB
Binary file not shown.

0 commit comments

Comments
 (0)