<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dive into Code &#8211; tripcle blog</title>
	<atom:link href="https://blog.tripcle.com/category/dive-into-code/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.tripcle.com</link>
	<description>World best trip blog service - tripcle</description>
	<lastBuildDate>Tue, 25 Jul 2023 01:40:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.1</generator>

<image>
	<url>https://blog.tripcle.com/wp-content/uploads/2023/07/tripcle_symbol_60_60_white.png</url>
	<title>Dive into Code &#8211; tripcle blog</title>
	<link>https://blog.tripcle.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Google Protocol Buffers</title>
		<link>https://blog.tripcle.com/google-protocol-buffers/</link>
					<comments>https://blog.tripcle.com/google-protocol-buffers/#respond</comments>
		
		<dc:creator><![CDATA[tripcle]]></dc:creator>
		<pubDate>Mon, 26 Jun 2023 01:27:09 +0000</pubDate>
				<category><![CDATA[Dive into Code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[protobufs]]></category>
		<category><![CDATA[s/w]]></category>
		<guid isPermaLink="false">https://tripcle.com/tb/?p=172</guid>

					<description><![CDATA[What is Google Protocol Buffers? Protocol Buffer is a Serialized Data Structure developed by Google and released as open source. It supports a variety of languages including C++, C#, Go, Java, Python, Object C, Javascript, and Ruby, and is often used in conjunction with the Apache Avro file format because of its fast serialization speed &#8230;<p class="read-more"> <a class="" href="https://blog.tripcle.com/google-protocol-buffers/"> <span class="screen-reader-text">Google Protocol Buffers</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>Protocol Buffer is a Serialized Data Structure developed by Google and released as open source. It supports a variety of languages including C++, C#, Go, Java, Python, Object C, Javascript, and Ruby, and is often used in conjunction with the Apache Avro file format because of its fast serialization speed and small size of serialized files. (Serialization is the act of storing data as a binary...</p>
<p><a href="https://blog.tripcle.com/google-protocol-buffers/" rel="nofollow">Source</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.tripcle.com/google-protocol-buffers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
